#27118C

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

Shades of Persian Indigo #27118C

Tints of Persian Indigo #27118C

Color information

#27118C (or 0x27118C) is unknown color: approx Persian Indigo. HEX triplet: 27, 11 and 8C. RGB value is (39,17,140). Sum of RGB (Red+Green+Blue) = 39+17+140=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #27118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27118C is #D8EE73. Grayscale: #252525. Windows color (decimal): -14216820 or 9179431. OLE color: 9179431.

HSL color Cylindrical-coordinate representation of color #27118C: hue angle of 250.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27118C is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3917140-
CMYK0.720.8800.45
HSL250.73º78.34%30.78%-
HSV(B)250.73º87.86%54.9%-
XYZ5.772.7325.03-
YUV37.6185.79129-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 140 (55.08% from 255) = 71.43%
R=19.90%
G=8.67%
B=71.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39171400.720.8800.45250.7378.3430.78
Hex27118C485802Dfb4e1f
Octal472121411013005537311637
Binary100111100011000110010010001011000010110111111011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27118C; }

 p { color: rgb(39,17,140); }

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

<style>
 a { background-color: #27118C; }

 a { background-color: rgb(39,17,140); }

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

<style>
 span { border-color: #27118C; }

 span { border-color: rgb(39,17,140); }

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