#28186C

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

Shades of Persian Indigo #28186C

Tints of Persian Indigo #28186C

Color information

#28186C (or 0x28186C) is unknown color: approx Persian Indigo. HEX triplet: 28, 18 and 6C. RGB value is (40,24,108). Sum of RGB (Red+Green+Blue) = 40+24+108=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #28186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28186C is #D7E793. Grayscale: #262626. Windows color (decimal): -14149524 or 7084072. OLE color: 7084072.

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

Color convert

RGB4024108-
CMYK0.630.7800.58
HSL251.43º63.64%25.88%-
HSV(B)251.43º77.78%42.35%-
XYZ3.912.1914.4-
YUV38.36167.3129.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=23.26%
G=13.95%
B=62.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40241080.630.7800.58251.4363.6425.88
Hex28186C3F4E03Afb401a
Octal50301547711607237310032
Binary1010001100011011001111111001110011101011111011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,24,108); }

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

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

 a { background-color: rgb(40,24,108); }

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

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

 span { border-color: rgb(40,24,108); }

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