#28208B

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

Shades of Persian Indigo #28208B

Tints of Persian Indigo #28208B

Color information

#28208B (or 0x28208B) is unknown color: approx Persian Indigo. HEX triplet: 28, 20 and 8B. RGB value is (40,32,139). Sum of RGB (Red+Green+Blue) = 40+32+139=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #28208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28208B is #D7DF74. Grayscale: #2E2E2E. Windows color (decimal): -14147445 or 9117736. OLE color: 9117736.

HSL color Cylindrical-coordinate representation of color #28208B: hue angle of 244.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28208B is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4032139-
CMYK0.710.7700.45
HSL244.49º62.57%33.53%-
HSV(B)244.49º76.98%54.51%-
XYZ6.053.3524.75-
YUV46.59180.15123.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=18.96%
G=15.17%
B=65.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40321390.710.7700.45244.4962.5733.53
Hex28208B474D02Df43f22
Octal50402131071150553647742
Binary1010001000001000101110001111001101010110111110100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28208B; }

 p { color: rgb(40,32,139); }

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

<style>
 a { background-color: #28208B; }

 a { background-color: rgb(40,32,139); }

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

<style>
 span { border-color: #28208B; }

 span { border-color: rgb(40,32,139); }

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