#28158E

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

Shades of Persian Indigo #28158E

Tints of Persian Indigo #28158E

Color information

#28158E (or 0x28158E) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 8E. RGB value is (40,21,142). Sum of RGB (Red+Green+Blue) = 40+21+142=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #28158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28158E is #D7EA71. Grayscale: #282828. Windows color (decimal): -14150258 or 9311528. OLE color: 9311528.

HSL color Cylindrical-coordinate representation of color #28158E: hue angle of 249.42º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28158E is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4021142-
CMYK0.720.8500.44
HSL249.42º74.23%31.96%-
HSV(B)249.42º85.21%55.69%-
XYZ6.032.9425.84-
YUV40.47185.29127.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=19.70%
G=10.34%
B=69.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40211420.720.8500.44249.4274.2331.96
Hex28158E485502Cf94a20
Octal502521611012505437111240
Binary1010001010110001110100100010101010101100111110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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