Shades of Persian Indigo #28066E
Tints of Persian Indigo #28066E
RGB
CMYK
RGB Variations
Color information
#28066E (or 0x28066E) is known color: Persian Indigo. HEX triplet: 28, 06 and 6E. RGB value is (40,6,110). Sum of RGB (Red+Green+Blue) = 40+6+110=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #28066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066E is #D7F991. Grayscale: #1B1B1B. Windows color (decimal): -14154130 or 7210536. OLE color: 7210536.
HSL color Cylindrical-coordinate representation of color #28066E: hue angle of 259.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28066E is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 6 | 110 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.57 |
| HSL | 259.62º | 0.9% | 0.23% | - |
| HSV(B) | 259.62º | 0.95% | 0.43% | - |
| XYZ | 3.75 | 1.71 | 14.88 | - |
| YUV | 28.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 110 | 0.64 | 0.95 | 0 | 0.57 | 259.62 | 0.9 | 0.23 |
| Hex | 28 | 6 | 6E | 40 | 5F | 0 | 39 | 104 | 5A | 17 |
| Octal | 50 | 6 | 156 | 100 | 137 | 0 | 71 | 404 | 132 | 27 |
| Binary | 101000 | 110 | 1101110 | 1000000 | 1011111 | 0 | 111001 | 100000100 | 1011010 | 10111 |
Color Harmonies of #28066E
Complementary color
Monochromatic Colors of #28066E
Black with #28066E
Text Example
Text Example
White with #28066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28066E; }
p { color: rgb(40,6,110); }
H1.HeaderClassName
{
color: #28066E;
}
.AnyTagClassName
{
color: #28066E;
}
</style>
background-color css
<style>
a { background-color: #28066E; }
a { background-color: rgb(40,6,110); }
div.DivClassName
{
background-color: #28066E;
}
.BgClassName
{
background-color: #28066E;
}
</style>
border-color css
<style>
span { border-color: #28066E; }
span { border-color: rgb(40,6,110); }
td.TdClassName
{
border-color: #28066E;
}
.TagClassName
{
border-color: #28066E;
}
</style>