#28006D

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

Shades of Persian Indigo #28006D

Tints of Persian Indigo #28006D

Color information

#28006D (or 0x28006D) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 6D. RGB value is (40,0,109). Sum of RGB (Red+Green+Blue) = 40+0+109=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #28006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28006D is #D7FF92. Grayscale: #171717. Windows color (decimal): -14155667 or 7143464. OLE color: 7143464.

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

Color convert

RGB400109-
CMYK0.63100.57
HSL262.02º100%21.37%-
HSV(B)262.02º100%42.75%-
XYZ3.641.5614.58-
YUV24.39175.75139.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=26.85%
G=0%
B=73.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4001090.63100.57262.0210021.37
Hex2806D3F640391066415
Octal5001557714407140614425
Binary1010000110110111111111001000111001100000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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