Shades of Persian Indigo #28116A
Tints of Persian Indigo #28116A
RGB
CMYK
RGB Variations
Color information
#28116A (or 0x28116A) is known color: Persian Indigo. HEX triplet: 28, 11 and 6A. RGB value is (40,17,106). Sum of RGB (Red+Green+Blue) = 40+17+106=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #28116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28116A is #D7EE95. Grayscale: #212121. Windows color (decimal): -14151318 or 6951208. OLE color: 6951208.
HSL color Cylindrical-coordinate representation of color #28116A: hue angle of 255.51º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28116A is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 17 | 106 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.58 |
| HSL | 255.51º | 0.72% | 0.24% | - |
| HSV(B) | 255.51º | 0.84% | 0.42% | - |
| XYZ | 3.68 | 1.89 | 13.81 | - |
| YUV | 34.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 106 | 0.62 | 0.84 | 0 | 0.58 | 255.51 | 0.72 | 0.24 |
| Hex | 28 | 11 | 6A | 3E | 54 | 0 | 3A | 100 | 48 | 18 |
| Octal | 50 | 21 | 152 | 76 | 124 | 0 | 72 | 400 | 110 | 30 |
| Binary | 101000 | 10001 | 1101010 | 111110 | 1010100 | 0 | 111010 | 100000000 | 1001000 | 11000 |
Color Harmonies of #28116A
Complementary color
Monochromatic Colors of #28116A
Black with #28116A
Text Example
Text Example
White with #28116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28116A; }
p { color: rgb(40,17,106); }
H1.HeaderClassName
{
color: #28116A;
}
.AnyTagClassName
{
color: #28116A;
}
</style>
background-color css
<style>
a { background-color: #28116A; }
a { background-color: rgb(40,17,106); }
div.DivClassName
{
background-color: #28116A;
}
.BgClassName
{
background-color: #28116A;
}
</style>
border-color css
<style>
span { border-color: #28116A; }
span { border-color: rgb(40,17,106); }
td.TdClassName
{
border-color: #28116A;
}
.TagClassName
{
border-color: #28116A;
}
</style>