#27187D

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

Shades of Persian Indigo #27187D

Tints of Persian Indigo #27187D

Color information

#27187D (or 0x27187D) is unknown color: approx Persian Indigo. HEX triplet: 27, 18 and 7D. RGB value is (39,24,125). Sum of RGB (Red+Green+Blue) = 39+24+125=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #27187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27187D is #D8E782. Grayscale: #272727. Windows color (decimal): -14215043 or 8198183. OLE color: 8198183.

HSL color Cylindrical-coordinate representation of color #27187D: hue angle of 248.91º 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 #27187D is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3924125-
CMYK0.690.8100.51
HSL248.91º67.79%29.22%-
HSV(B)248.91º80.8%49.02%-
XYZ4.872.5719.64-
YUV40175.97127.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=20.74%
G=12.77%
B=66.49%

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
Decimal39241250.690.8100.51248.9167.7929.22
Hex27187D4551033f9441d
Octal473017510512106337110435
Binary10011111000111110110001011010001011001111111001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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