#27176b

Color #27176B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #27176B

Tints of Persian Indigo #27176B

Color information

#27176B (or 0x27176B) is unknown color: approx Persian Indigo. HEX triplet: 27, 17 and 6B. RGB value is (39,23,107). Sum of RGB (Red+Green+Blue) = 39+23+107=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #27176B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27176B is #D8E894. Grayscale: #252525. Windows color (decimal): -14215317 or 7018279. OLE color: 7018279.

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

Color convert

RGB3923107-
CMYK0.640.7900.58
HSL251.43º64.62%25.49%-
HSV(B)251.43º78.5%41.96%-
XYZ3.82.1114.12-
YUV37.36167.3129.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 107 (42.19% from 255) = 63.31%
R=23.08%
G=13.61%
B=63.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39231070.640.7900.58251.4364.6225.49
Hex27176B404F03Afb4119
Octal472715310011707237310131
Binary10011110111110101110000001001111011101011111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27176b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27176b; }

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

 H1.HeaderClassName
 {
   color: #27176b;
 }
 .AnyTagClassName
 {
   color: #27176b;
 }
</style>
background-color css

<style>
 a { background-color: #27176b; }

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

 div.DivClassName
 {
   background-color: #27176b;
 }
 .BgClassName
 {
   background-color: #27176b;
 }
</style>
border-color css

<style>
 span { border-color: #27176b; }

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

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