Shades of Persian Indigo #28066F
Tints of Persian Indigo #28066F
RGB
CMYK
RGB Variations
Color information
#28066F (or 0x28066F) is known color: Persian Indigo. HEX triplet: 28, 06 and 6F. RGB value is (40,6,111). Sum of RGB (Red+Green+Blue) = 40+6+111=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #28066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066F is #D7F990. Grayscale: #1B1B1B. Windows color (decimal): -14154129 or 7276072. OLE color: 7276072.
HSL color Cylindrical-coordinate representation of color #28066F: hue angle of 259.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28066F is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 6 | 111 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.56 |
| HSL | 259.43º | 0.9% | 0.23% | - |
| HSV(B) | 259.43º | 0.95% | 0.44% | - |
| XYZ | 3.81 | 1.73 | 15.17 | - |
| YUV | 28.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 111 | 0.64 | 0.95 | 0 | 0.56 | 259.43 | 0.9 | 0.23 |
| Hex | 28 | 6 | 6F | 40 | 5F | 0 | 38 | 103 | 5A | 17 |
| Octal | 50 | 6 | 157 | 100 | 137 | 0 | 70 | 403 | 132 | 27 |
| Binary | 101000 | 110 | 1101111 | 1000000 | 1011111 | 0 | 111000 | 100000011 | 1011010 | 10111 |
Color Harmonies of #28066F
Complementary color
Monochromatic Colors of #28066F
Black with #28066F
Text Example
Text Example
White with #28066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28066F; }
p { color: rgb(40,6,111); }
H1.HeaderClassName
{
color: #28066F;
}
.AnyTagClassName
{
color: #28066F;
}
</style>
background-color css
<style>
a { background-color: #28066F; }
a { background-color: rgb(40,6,111); }
div.DivClassName
{
background-color: #28066F;
}
.BgClassName
{
background-color: #28066F;
}
</style>
border-color css
<style>
span { border-color: #28066F; }
span { border-color: rgb(40,6,111); }
td.TdClassName
{
border-color: #28066F;
}
.TagClassName
{
border-color: #28066F;
}
</style>