Html Css Color HEX #27106B Persian Indigo

📋 copy color: '#27106B'

red 39 ◦ green 16 ◦ blue 107

#27106B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #27106B

Tints of Persian Indigo #27106B

RGB

 RED value IS 39 (15.63% from 255) = 24.07%

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 24.07%
G = 9.88%
B = 66.05%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27106B (or 0x27106B) is known color: Persian Indigo. HEX triplet: 27, 10 and 6B. RGB value is (39,16,107). Sum of RGB (Red+Green+Blue) = 39+16+107=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #27106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27106B is #D8EF94. Grayscale: #202020. Windows color (decimal): -14217109 or 7016487. OLE color: 7016487.

HSL color Cylindrical-coordinate representation of color #27106B: hue angle of 255.16º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27106B is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 16 107 -
CMYK 0.64 0.85 0 0.58
HSL 255.16º 0.74% 0.24% -
HSV(B) 255.16º 0.85% 0.42% -
XYZ 3.68 1.86 14.08 -
YUV 33.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 39 16 107 0.64 0.85 0 0.58 255.16 0.74 0.24
Hex 27 10 6B 40 55 0 3A FF 4A 18
Octal 47 20 153 100 125 0 72 377 112 30
Binary 100111 10000 1101011 1000000 1010101 0 111010 11111111 1001010 11000

Color Harmonies of #27106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27106B

Black with #27106B

Text Example


Text Example

White with #27106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27106B; }

 p { color: rgb(39,16,107); }

 H1.HeaderClassName
 {
   color: #27106B;
 }
 .AnyTagClassName
 {
   color: #27106B;
 }
</style>

background-color css

<style>
 a { background-color: #27106B; }

 a { background-color: rgb(39,16,107); }

 div.DivClassName
 {
   background-color: #27106B;
 }
 .BgClassName
 {
   background-color: #27106B;
 }
</style>

border-color css

<style>
 span { border-color: #27106B; }

 span { border-color: rgb(39,16,107); }

 td.TdClassName
 {
   border-color: #27106B;
 }
 .TagClassName
 {
   border-color: #27106B;
 }
</style>