#27187E

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

Shades of Persian Indigo #27187E

Tints of Persian Indigo #27187E

Color information

#27187E (or 0x27187E) is unknown color: approx Persian Indigo. HEX triplet: 27, 18 and 7E. RGB value is (39,24,126). Sum of RGB (Red+Green+Blue) = 39+24+126=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #27187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27187E is #D8E781. Grayscale: #272727. Windows color (decimal): -14215042 or 8263719. OLE color: 8263719.

HSL color Cylindrical-coordinate representation of color #27187E: hue angle of 248.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27187E is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3924126-
CMYK0.690.8100.51
HSL248.82º68%29.41%-
HSV(B)248.82º80.95%49.41%-
XYZ4.932.5919.98-
YUV40.11176.47127.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 126 (49.61% from 255) = 66.67%
R=20.63%
G=12.70%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39241260.690.8100.51248.826829.41
Hex27187E4551033f9441d
Octal473017610512106337110435
Binary10011111000111111010001011010001011001111111001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,24,126); }

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

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

 a { background-color: rgb(39,24,126); }

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

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

 span { border-color: rgb(39,24,126); }

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