Shades of Persian Indigo #28066C
Tints of Persian Indigo #28066C
RGB
CMYK
RGB Variations
Color information
#28066C (or 0x28066C) is known color: Persian Indigo. HEX triplet: 28, 06 and 6C. RGB value is (40,6,108). Sum of RGB (Red+Green+Blue) = 40+6+108=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #28066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066C is #D7F993. Grayscale: #1B1B1B. Windows color (decimal): -14154132 or 7079464. OLE color: 7079464.
HSL color Cylindrical-coordinate representation of color #28066C: hue angle of 260º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28066C is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 6 | 108 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.58 |
| HSL | 260º | 0.89% | 0.22% | - |
| HSV(B) | 260º | 0.94% | 0.42% | - |
| XYZ | 3.65 | 1.66 | 14.32 | - |
| YUV | 27.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 108 | 0.63 | 0.94 | 0 | 0.58 | 260 | 0.89 | 0.22 |
| Hex | 28 | 6 | 6C | 3F | 5E | 0 | 3A | 104 | 59 | 16 |
| Octal | 50 | 6 | 154 | 77 | 136 | 0 | 72 | 404 | 131 | 26 |
| Binary | 101000 | 110 | 1101100 | 111111 | 1011110 | 0 | 111010 | 100000100 | 1011001 | 10110 |
Color Harmonies of #28066C
Complementary color
Monochromatic Colors of #28066C
Black with #28066C
Text Example
Text Example
White with #28066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28066C; }
p { color: rgb(40,6,108); }
H1.HeaderClassName
{
color: #28066C;
}
.AnyTagClassName
{
color: #28066C;
}
</style>
background-color css
<style>
a { background-color: #28066C; }
a { background-color: rgb(40,6,108); }
div.DivClassName
{
background-color: #28066C;
}
.BgClassName
{
background-color: #28066C;
}
</style>
border-color css
<style>
span { border-color: #28066C; }
span { border-color: rgb(40,6,108); }
td.TdClassName
{
border-color: #28066C;
}
.TagClassName
{
border-color: #28066C;
}
</style>