#28098C

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

Shades of Persian Indigo #28098C

Tints of Persian Indigo #28098C

Color information

#28098C (or 0x28098C) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 8C. RGB value is (40,9,140). Sum of RGB (Red+Green+Blue) = 40+9+140=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #28098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28098C is #D7F673. Grayscale: #202020. Windows color (decimal): -14153332 or 9177384. OLE color: 9177384.

HSL color Cylindrical-coordinate representation of color #28098C: hue angle of 254.2º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28098C is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB409140-
CMYK0.710.9400.45
HSL254.2º87.92%29.22%-
HSV(B)254.2º93.57%54.9%-
XYZ5.712.5425-
YUV33.2188.27132.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 140 (55.08% from 255) = 74.07%
R=21.16%
G=4.76%
B=74.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4091400.710.9400.45254.287.9229.22
Hex2898C475E02Dfe581d
Octal501121410713605537613035
Binary10100010011000110010001111011110010110111111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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