Shades of Persian Indigo #28086B
Tints of Persian Indigo #28086B
RGB
CMYK
RGB Variations
Color information
#28086B (or 0x28086B) is known color: Persian Indigo. HEX triplet: 28, 08 and 6B. RGB value is (40,8,107). Sum of RGB (Red+Green+Blue) = 40+8+107=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #28086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086B is #D7F794. Grayscale: #1C1C1C. Windows color (decimal): -14153621 or 7014440. OLE color: 7014440.
HSL color Cylindrical-coordinate representation of color #28086B: hue angle of 259.39º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28086B is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 8 | 107 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.58 |
| HSL | 259.39º | 0.86% | 0.23% | - |
| HSV(B) | 259.39º | 0.93% | 0.42% | - |
| XYZ | 3.62 | 1.69 | 14.04 | - |
| YUV | 28.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 107 | 0.63 | 0.93 | 0 | 0.58 | 259.39 | 0.86 | 0.23 |
| Hex | 28 | 8 | 6B | 3F | 5D | 0 | 3A | 103 | 56 | 17 |
| Octal | 50 | 10 | 153 | 77 | 135 | 0 | 72 | 403 | 126 | 27 |
| Binary | 101000 | 1000 | 1101011 | 111111 | 1011101 | 0 | 111010 | 100000011 | 1010110 | 10111 |
Color Harmonies of #28086B
Complementary color
Monochromatic Colors of #28086B
Black with #28086B
Text Example
Text Example
White with #28086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28086B; }
p { color: rgb(40,8,107); }
H1.HeaderClassName
{
color: #28086B;
}
.AnyTagClassName
{
color: #28086B;
}
</style>
background-color css
<style>
a { background-color: #28086B; }
a { background-color: rgb(40,8,107); }
div.DivClassName
{
background-color: #28086B;
}
.BgClassName
{
background-color: #28086B;
}
</style>
border-color css
<style>
span { border-color: #28086B; }
span { border-color: rgb(40,8,107); }
td.TdClassName
{
border-color: #28086B;
}
.TagClassName
{
border-color: #28086B;
}
</style>