#28098E

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

Shades of Persian Indigo #28098E

Tints of Persian Indigo #28098E

Color information

#28098E (or 0x28098E) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 8E. RGB value is (40,9,142). Sum of RGB (Red+Green+Blue) = 40+9+142=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #28098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28098E is #D7F671. Grayscale: #202020. Windows color (decimal): -14153330 or 9308456. OLE color: 9308456.

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

Color convert

RGB409142-
CMYK0.720.9400.44
HSL253.98º88.08%29.61%-
HSV(B)253.98º93.66%55.69%-
XYZ5.862.625.78-
YUV33.43189.27132.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 142 (55.86% from 255) = 74.35%
R=20.94%
G=4.71%
B=74.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4091420.720.9400.44253.9888.0829.61
Hex2898E485E02Cfe581e
Octal501121611013605437613036
Binary10100010011000111010010001011110010110011111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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