Shades of Persian Indigo #28066D
Tints of Persian Indigo #28066D
RGB
CMYK
RGB Variations
Color information
#28066D (or 0x28066D) is known color: 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
| RGB | 40 | 6 | 109 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.57 |
| HSL | 259.81º | 0.9% | 0.23% | - |
| HSV(B) | 259.81º | 0.94% | 0.43% | - |
| XYZ | 3.7 | 1.69 | 14.6 | - |
| YUV | 27.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 109 | 0.63 | 0.94 | 0 | 0.57 | 259.81 | 0.9 | 0.23 |
| Hex | 28 | 6 | 6D | 3F | 5E | 0 | 39 | 104 | 5A | 17 |
| Octal | 50 | 6 | 155 | 77 | 136 | 0 | 71 | 404 | 132 | 27 |
| Binary | 101000 | 110 | 1101101 | 111111 | 1011110 | 0 | 111001 | 100000100 | 1011010 | 10111 |
Color Harmonies of #28066D
Complementary color
Monochromatic Colors of #28066D
Black with #28066D
Text Example
Text Example
White with #28066D
Text Example
Text Example
HTML Codes & Css Web 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>