#28156C

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

Shades of Persian Indigo #28156C

Tints of Persian Indigo #28156C

Color information

#28156C (or 0x28156C) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 6C. RGB value is (40,21,108). Sum of RGB (Red+Green+Blue) = 40+21+108=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #28156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28156C is #D7EA93. Grayscale: #242424. Windows color (decimal): -14150292 or 7083304. OLE color: 7083304.

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

Color convert

RGB4021108-
CMYK0.630.8100.58
HSL253.1º67.44%25.29%-
HSV(B)253.1º80.56%42.35%-
XYZ3.852.0714.38-
YUV36.6168.29130.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=23.67%
G=12.43%
B=63.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40211080.630.8100.58253.167.4425.29
Hex28156C3F5103Afd4319
Octal50251547712107237510331
Binary1010001010111011001111111010001011101011111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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