Shades of Persian Indigo #28016F
Tints of Persian Indigo #28016F
RGB
CMYK
RGB Variations
Color information
#28016F (or 0x28016F) is known color: Persian Indigo. HEX triplet: 28, 01 and 6F. RGB value is (40,1,111). Sum of RGB (Red+Green+Blue) = 40+1+111=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #28016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28016F is #D7FE90. Grayscale: #181818. Windows color (decimal): -14155409 or 7274792. OLE color: 7274792.
HSL color Cylindrical-coordinate representation of color #28016F: hue angle of 261.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28016F is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 1 | 111 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.56 |
| HSL | 261.27º | 0.98% | 0.22% | - |
| HSV(B) | 261.27º | 0.99% | 0.44% | - |
| XYZ | 3.76 | 1.62 | 15.15 | - |
| YUV | 25.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 111 | 0.64 | 0.99 | 0 | 0.56 | 261.27 | 0.98 | 0.22 |
| Hex | 28 | 1 | 6F | 40 | 63 | 0 | 38 | 105 | 62 | 16 |
| Octal | 50 | 1 | 157 | 100 | 143 | 0 | 70 | 405 | 142 | 26 |
| Binary | 101000 | 1 | 1101111 | 1000000 | 1100011 | 0 | 111000 | 100000101 | 1100010 | 10110 |
Color Harmonies of #28016F
Complementary color
Monochromatic Colors of #28016F
Black with #28016F
Text Example
Text Example
White with #28016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28016F; }
p { color: rgb(40,1,111); }
H1.HeaderClassName
{
color: #28016F;
}
.AnyTagClassName
{
color: #28016F;
}
</style>
background-color css
<style>
a { background-color: #28016F; }
a { background-color: rgb(40,1,111); }
div.DivClassName
{
background-color: #28016F;
}
.BgClassName
{
background-color: #28016F;
}
</style>
border-color css
<style>
span { border-color: #28016F; }
span { border-color: rgb(40,1,111); }
td.TdClassName
{
border-color: #28016F;
}
.TagClassName
{
border-color: #28016F;
}
</style>