Html Css Color HEX #27166E Persian Indigo

📋 copy color: '#27166E'

red 39 ◦ green 22 ◦ blue 110

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

Shades of Persian Indigo #27166E

Tints of Persian Indigo #27166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

 BLUE value IS 110 (43.36% from 255) = 64.33%

R = 22.81%
G = 12.87%
B = 64.33%

CMYK

 C value IS 0.65

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27166E (or 0x27166E) is known color: Persian Indigo. HEX triplet: 27, 16 and 6E. RGB value is (39,22,110). Sum of RGB (Red+Green+Blue) = 39+22+110=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #27166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27166E is #D8E991. Grayscale: #242424. Windows color (decimal): -14215570 or 7214631. OLE color: 7214631.

HSL color Cylindrical-coordinate representation of color #27166E: hue angle of 251.59º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27166E is Cyan = 0.65, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 22 110 -
CMYK 0.65 0.8 0 0.57
HSL 251.59º 0.67% 0.26% -
HSV(B) 251.59º 0.8% 0.43% -
XYZ 3.94 2.13 14.96 -
YUV 37.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 39 22 110 0.65 0.8 0 0.57 251.59 0.67 0.26
Hex 27 16 6E 41 50 0 39 FC 43 1A
Octal 47 26 156 101 120 0 71 374 103 32
Binary 100111 10110 1101110 1000001 1010000 0 111001 11111100 1000011 11010

Color Harmonies of #27166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27166E

Black with #27166E

Text Example


Text Example

White with #27166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27166E; }

 p { color: rgb(39,22,110); }

 H1.HeaderClassName
 {
   color: #27166E;
 }
 .AnyTagClassName
 {
   color: #27166E;
 }
</style>

background-color css

<style>
 a { background-color: #27166E; }

 a { background-color: rgb(39,22,110); }

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

border-color css

<style>
 span { border-color: #27166E; }

 span { border-color: rgb(39,22,110); }

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