#28076E

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

Shades of Persian Indigo #28076E

Tints of Persian Indigo #28076E

Color information

#28076E (or 0x28076E) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 6E. RGB value is (40,7,110). Sum of RGB (Red+Green+Blue) = 40+7+110=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #28076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28076E is #D7F891. Grayscale: #1C1C1C. Windows color (decimal): -14153874 or 7210792. OLE color: 7210792.

HSL color Cylindrical-coordinate representation of color #28076E: hue angle of 259.22º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28076E is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB407110-
CMYK0.640.9400.57
HSL259.22º88.03%22.94%-
HSV(B)259.22º93.64%43.14%-
XYZ3.771.7314.89-
YUV28.61173.93136.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=25.48%
G=4.46%
B=70.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4071100.640.9400.57259.2288.0322.94
Hex2876E405E0391035817
Octal50715610013607140313027
Binary1010001111101110100000010111100111001100000011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,7,110); }

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

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

 a { background-color: rgb(40,7,110); }

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

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

 span { border-color: rgb(40,7,110); }

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