Shades of Persian Indigo #28036C
Tints of Persian Indigo #28036C
RGB
CMYK
RGB Variations
Color information
#28036C (or 0x28036C) is known color: Persian Indigo. HEX triplet: 28, 03 and 6C. RGB value is (40,3,108). Sum of RGB (Red+Green+Blue) = 40+3+108=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #28036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28036C is #D7FC93. Grayscale: #191919. Windows color (decimal): -14154900 or 7078696. OLE color: 7078696.
HSL color Cylindrical-coordinate representation of color #28036C: hue angle of 261.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28036C is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 3 | 108 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.58 |
| HSL | 261.14º | 0.95% | 0.22% | - |
| HSV(B) | 261.14º | 0.97% | 0.42% | - |
| XYZ | 3.61 | 1.6 | 14.31 | - |
| YUV | 26.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 108 | 0.63 | 0.97 | 0 | 0.58 | 261.14 | 0.95 | 0.22 |
| Hex | 28 | 3 | 6C | 3F | 61 | 0 | 3A | 105 | 5F | 16 |
| Octal | 50 | 3 | 154 | 77 | 141 | 0 | 72 | 405 | 137 | 26 |
| Binary | 101000 | 11 | 1101100 | 111111 | 1100001 | 0 | 111010 | 100000101 | 1011111 | 10110 |
Color Harmonies of #28036C
Complementary color
Monochromatic Colors of #28036C
Black with #28036C
Text Example
Text Example
White with #28036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28036C; }
p { color: rgb(40,3,108); }
H1.HeaderClassName
{
color: #28036C;
}
.AnyTagClassName
{
color: #28036C;
}
</style>
background-color css
<style>
a { background-color: #28036C; }
a { background-color: rgb(40,3,108); }
div.DivClassName
{
background-color: #28036C;
}
.BgClassName
{
background-color: #28036C;
}
</style>
border-color css
<style>
span { border-color: #28036C; }
span { border-color: rgb(40,3,108); }
td.TdClassName
{
border-color: #28036C;
}
.TagClassName
{
border-color: #28036C;
}
</style>