Shades of Persian Indigo #28066B
Tints of Persian Indigo #28066B
RGB
CMYK
RGB Variations
Color information
#28066B (or 0x28066B) is known color: Persian Indigo. HEX triplet: 28, 06 and 6B. RGB value is (40,6,107). Sum of RGB (Red+Green+Blue) = 40+6+107=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #28066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28066B is #D7F994. Grayscale: #1B1B1B. Windows color (decimal): -14154133 or 7013928. OLE color: 7013928.
HSL color Cylindrical-coordinate representation of color #28066B: hue angle of 260.2º 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 #28066B is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 6 | 107 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.58 |
| HSL | 260.2º | 0.89% | 0.22% | - |
| HSV(B) | 260.2º | 0.94% | 0.42% | - |
| XYZ | 3.59 | 1.64 | 14.04 | - |
| YUV | 27.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 107 | 0.63 | 0.94 | 0 | 0.58 | 260.2 | 0.89 | 0.22 |
| Hex | 28 | 6 | 6B | 3F | 5E | 0 | 3A | 104 | 59 | 16 |
| Octal | 50 | 6 | 153 | 77 | 136 | 0 | 72 | 404 | 131 | 26 |
| Binary | 101000 | 110 | 1101011 | 111111 | 1011110 | 0 | 111010 | 100000100 | 1011001 | 10110 |
Color Harmonies of #28066B
Complementary color
Monochromatic Colors of #28066B
Black with #28066B
Text Example
Text Example
White with #28066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28066B; }
p { color: rgb(40,6,107); }
H1.HeaderClassName
{
color: #28066B;
}
.AnyTagClassName
{
color: #28066B;
}
</style>
background-color css
<style>
a { background-color: #28066B; }
a { background-color: rgb(40,6,107); }
div.DivClassName
{
background-color: #28066B;
}
.BgClassName
{
background-color: #28066B;
}
</style>
border-color css
<style>
span { border-color: #28066B; }
span { border-color: rgb(40,6,107); }
td.TdClassName
{
border-color: #28066B;
}
.TagClassName
{
border-color: #28066B;
}
</style>