Shades of Persian Indigo #28016B
Tints of Persian Indigo #28016B
RGB
CMYK
RGB Variations
Color information
#28016B (or 0x28016B) is known color: Persian Indigo. HEX triplet: 28, 01 and 6B. RGB value is (40,1,107). Sum of RGB (Red+Green+Blue) = 40+1+107=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #28016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28016B is #D7FE94. Grayscale: #181818. Windows color (decimal): -14155413 or 7012648. OLE color: 7012648.
HSL color Cylindrical-coordinate representation of color #28016B: hue angle of 262.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28016B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 1 | 107 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.58 |
| HSL | 262.08º | 0.98% | 0.21% | - |
| HSV(B) | 262.08º | 0.99% | 0.42% | - |
| XYZ | 3.54 | 1.53 | 14.02 | - |
| YUV | 24.75 | 174.42 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 107 | 0.63 | 0.99 | 0 | 0.58 | 262.08 | 0.98 | 0.21 |
| Hex | 28 | 1 | 6B | 3F | 63 | 0 | 3A | 106 | 62 | 15 |
| Octal | 50 | 1 | 153 | 77 | 143 | 0 | 72 | 406 | 142 | 25 |
| Binary | 101000 | 1 | 1101011 | 111111 | 1100011 | 0 | 111010 | 100000110 | 1100010 | 10101 |
Color Harmonies of #28016B
Complementary color
Monochromatic Colors of #28016B
Black with #28016B
Text Example
Text Example
White with #28016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28016B; }
p { color: rgb(40,1,107); }
H1.HeaderClassName
{
color: #28016B;
}
.AnyTagClassName
{
color: #28016B;
}
</style>
background-color css
<style>
a { background-color: #28016B; }
a { background-color: rgb(40,1,107); }
div.DivClassName
{
background-color: #28016B;
}
.BgClassName
{
background-color: #28016B;
}
</style>
border-color css
<style>
span { border-color: #28016B; }
span { border-color: rgb(40,1,107); }
td.TdClassName
{
border-color: #28016B;
}
.TagClassName
{
border-color: #28016B;
}
</style>