#28066D

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

Shades of Persian Indigo #28066D

Tints of Persian Indigo #28066D

Color information

#28066D (or 0x28066D) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 6D. RGB value is (40,6,109). Sum of RGB (Red+Green+Blue) = 40+6+109=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #28066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066D is #D7F992. Grayscale: #1B1B1B. Windows color (decimal): -14154131 or 7145000. OLE color: 7145000.

HSL color Cylindrical-coordinate representation of color #28066D: hue angle of 259.81º degrees, saturation: 0.9, 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 #28066D is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB406109-
CMYK0.630.9400.57
HSL259.81º89.57%22.55%-
HSV(B)259.81º94.5%42.75%-
XYZ3.71.6914.6-
YUV27.91173.76136.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 109 (42.97% from 255) = 70.32%
R=25.81%
G=3.87%
B=70.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4061090.630.9400.57259.8189.5722.55
Hex2866D3F5E0391045a17
Octal5061557713607140413227
Binary101000110110110111111110111100111001100000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,6,109); }

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

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

 a { background-color: rgb(40,6,109); }

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

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

 span { border-color: rgb(40,6,109); }

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