#28088D

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

Shades of Persian Indigo #28088D

Tints of Persian Indigo #28088D

Color information

#28088D (or 0x28088D) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 8D. RGB value is (40,8,141). Sum of RGB (Red+Green+Blue) = 40+8+141=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #28088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28088D is #D7F772. Grayscale: #202020. Windows color (decimal): -14153587 or 9242664. OLE color: 9242664.

HSL color Cylindrical-coordinate representation of color #28088D: hue angle of 254.44º degrees, saturation: 0.89, 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 #28088D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB408141-
CMYK0.720.9400.45
HSL254.44º89.26%29.22%-
HSV(B)254.44º94.33%55.29%-
XYZ5.772.5525.39-
YUV32.73189.1133.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 141 (55.47% from 255) = 74.60%
R=21.16%
G=4.23%
B=74.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4081410.720.9400.45254.4489.2629.22
Hex2888D485E02Dfe591d
Octal501021511013605537613135
Binary10100010001000110110010001011110010110111111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28088D; }

 p { color: rgb(40,8,141); }

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

<style>
 a { background-color: #28088D; }

 a { background-color: rgb(40,8,141); }

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

<style>
 span { border-color: #28088D; }

 span { border-color: rgb(40,8,141); }

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