#28108E

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

Shades of Persian Indigo #28108E

Tints of Persian Indigo #28108E

Color information

#28108E (or 0x28108E) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 8E. RGB value is (40,16,142). Sum of RGB (Red+Green+Blue) = 40+16+142=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #28108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28108E is #D7EF71. Grayscale: #252525. Windows color (decimal): -14151538 or 9310248. OLE color: 9310248.

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

Color convert

RGB4016142-
CMYK0.720.8900.44
HSL251.43º79.75%30.98%-
HSV(B)251.43º88.73%55.69%-
XYZ5.942.7725.81-
YUV37.54186.95129.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 142 (55.86% from 255) = 71.72%
R=20.20%
G=8.08%
B=71.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40161420.720.8900.44251.4379.7530.98
Hex28108E485902Cfb501f
Octal502021611013105437312037
Binary101000100001000111010010001011001010110011111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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