#28047D

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

Shades of Persian Indigo #28047D

Tints of Persian Indigo #28047D

Color information

#28047D (or 0x28047D) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 7D. RGB value is (40,4,125). Sum of RGB (Red+Green+Blue) = 40+4+125=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #28047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28047D is #D7FB82. Grayscale: #1C1C1C. Windows color (decimal): -14154627 or 8193064. OLE color: 8193064.

HSL color Cylindrical-coordinate representation of color #28047D: hue angle of 257.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28047D is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB404125-
CMYK0.680.9700.51
HSL257.85º93.8%25.29%-
HSV(B)257.85º96.8%49.02%-
XYZ4.622.0219.55-
YUV28.56182.43136.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 125 (49.22% from 255) = 73.96%
R=23.67%
G=2.37%
B=73.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4041250.680.9700.51257.8593.825.29
Hex2847D44610331025e19
Octal50417510414106340213631
Binary1010001001111101100010011000010110011100000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,4,125); }

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

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

 a { background-color: rgb(40,4,125); }

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

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

 span { border-color: rgb(40,4,125); }

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