Shades of Persian Indigo #28116F
Tints of Persian Indigo #28116F
RGB
CMYK
RGB Variations
Color information
#28116F (or 0x28116F) is known color: Persian Indigo. HEX triplet: 28, 11 and 6F. RGB value is (40,17,111). Sum of RGB (Red+Green+Blue) = 40+17+111=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #28116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28116F is #D7EE90. Grayscale: #222222. Windows color (decimal): -14151313 or 7278888. OLE color: 7278888.
HSL color Cylindrical-coordinate representation of color #28116F: hue angle of 254.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28116F is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 17 | 111 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.56 |
| HSL | 254.68º | 0.73% | 0.25% | - |
| HSV(B) | 254.68º | 0.85% | 0.44% | - |
| XYZ | 3.94 | 2 | 15.22 | - |
| YUV | 34.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 111 | 0.64 | 0.85 | 0 | 0.56 | 254.68 | 0.73 | 0.25 |
| Hex | 28 | 11 | 6F | 40 | 55 | 0 | 38 | FF | 49 | 19 |
| Octal | 50 | 21 | 157 | 100 | 125 | 0 | 70 | 377 | 111 | 31 |
| Binary | 101000 | 10001 | 1101111 | 1000000 | 1010101 | 0 | 111000 | 11111111 | 1001001 | 11001 |
Color Harmonies of #28116F
Complementary color
Monochromatic Colors of #28116F
Black with #28116F
Text Example
Text Example
White with #28116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28116F; }
p { color: rgb(40,17,111); }
H1.HeaderClassName
{
color: #28116F;
}
.AnyTagClassName
{
color: #28116F;
}
</style>
background-color css
<style>
a { background-color: #28116F; }
a { background-color: rgb(40,17,111); }
div.DivClassName
{
background-color: #28116F;
}
.BgClassName
{
background-color: #28116F;
}
</style>
border-color css
<style>
span { border-color: #28116F; }
span { border-color: rgb(40,17,111); }
td.TdClassName
{
border-color: #28116F;
}
.TagClassName
{
border-color: #28116F;
}
</style>