Shades of Persian Indigo #28086D
Tints of Persian Indigo #28086D
RGB
CMYK
RGB Variations
Color information
#28086D (or 0x28086D) is known color: Persian Indigo. HEX triplet: 28, 08 and 6D. RGB value is (40,8,109). Sum of RGB (Red+Green+Blue) = 40+8+109=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #28086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086D is #D7F792. Grayscale: #1C1C1C. Windows color (decimal): -14153619 or 7145512. OLE color: 7145512.
HSL color Cylindrical-coordinate representation of color #28086D: hue angle of 259.01º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28086D is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 8 | 109 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.57 |
| HSL | 259.01º | 0.86% | 0.23% | - |
| HSV(B) | 259.01º | 0.93% | 0.43% | - |
| XYZ | 3.72 | 1.73 | 14.61 | - |
| YUV | 29.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 109 | 0.63 | 0.93 | 0 | 0.57 | 259.01 | 0.86 | 0.23 |
| Hex | 28 | 8 | 6D | 3F | 5D | 0 | 39 | 103 | 56 | 17 |
| Octal | 50 | 10 | 155 | 77 | 135 | 0 | 71 | 403 | 126 | 27 |
| Binary | 101000 | 1000 | 1101101 | 111111 | 1011101 | 0 | 111001 | 100000011 | 1010110 | 10111 |
Color Harmonies of #28086D
Complementary color
Monochromatic Colors of #28086D
Black with #28086D
Text Example
Text Example
White with #28086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28086D; }
p { color: rgb(40,8,109); }
H1.HeaderClassName
{
color: #28086D;
}
.AnyTagClassName
{
color: #28086D;
}
</style>
background-color css
<style>
a { background-color: #28086D; }
a { background-color: rgb(40,8,109); }
div.DivClassName
{
background-color: #28086D;
}
.BgClassName
{
background-color: #28086D;
}
</style>
border-color css
<style>
span { border-color: #28086D; }
span { border-color: rgb(40,8,109); }
td.TdClassName
{
border-color: #28086D;
}
.TagClassName
{
border-color: #28086D;
}
</style>