#28005E

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

Shades of Persian Indigo #28005E

Tints of Persian Indigo #28005E

Color information

#28005E (or 0x28005E) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 5E. RGB value is (40,0,94). Sum of RGB (Red+Green+Blue) = 40+0+94=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #28005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28005E is #D7FFA1. Grayscale: #161616. Windows color (decimal): -14155682 or 6160424. OLE color: 6160424.

HSL color Cylindrical-coordinate representation of color #28005E: hue angle of 265.53º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28005E is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB40094-
CMYK0.57100.63
HSL265.53º100%18.43%-
HSV(B)265.53º100%36.86%-
XYZ2.91.2610.68-
YUV22.68168.25140.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 70.15%
R=29.85%
G=0%
B=70.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal400940.57100.63265.5310018.43
Hex2805E396403F10a6412
Octal5001367114407741214422
Binary1010000101111011100111001000111111100001010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,0,94); }

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

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

 a { background-color: rgb(40,0,94); }

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

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

 span { border-color: rgb(40,0,94); }

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