Shades of Persian Indigo #2B086D
Tints of Persian Indigo #2B086D
RGB
CMYK
RGB Variations
Color information
#2B086D (or 0x2B086D) is known color: Persian Indigo. HEX triplet: 2B, 08 and 6D. RGB value is (43,8,109). Sum of RGB (Red+Green+Blue) = 43+8+109=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B086D is #D4F792. Grayscale: #1D1D1D. Windows color (decimal): -13957011 or 7145515. OLE color: 7145515.
HSL color Cylindrical-coordinate representation of color #2B086D: hue angle of 260.79º 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 #2B086D is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 8 | 109 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.57 |
| HSL | 260.79º | 0.86% | 0.23% | - |
| HSV(B) | 260.79º | 0.93% | 0.43% | - |
| XYZ | 3.84 | 1.79 | 14.61 | - |
| YUV | 29.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 109 | 0.61 | 0.93 | 0 | 0.57 | 260.79 | 0.86 | 0.23 |
| Hex | 2B | 8 | 6D | 3D | 5D | 0 | 39 | 105 | 56 | 17 |
| Octal | 53 | 10 | 155 | 75 | 135 | 0 | 71 | 405 | 126 | 27 |
| Binary | 101011 | 1000 | 1101101 | 111101 | 1011101 | 0 | 111001 | 100000101 | 1010110 | 10111 |
Color Harmonies of #2B086D
Complementary color
Monochromatic Colors of #2B086D
Black with #2B086D
Text Example
Text Example
White with #2B086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B086D; }
p { color: rgb(43,8,109); }
H1.HeaderClassName
{
color: #2B086D;
}
.AnyTagClassName
{
color: #2B086D;
}
</style>
background-color css
<style>
a { background-color: #2B086D; }
a { background-color: rgb(43,8,109); }
div.DivClassName
{
background-color: #2B086D;
}
.BgClassName
{
background-color: #2B086D;
}
</style>
border-color css
<style>
span { border-color: #2B086D; }
span { border-color: rgb(43,8,109); }
td.TdClassName
{
border-color: #2B086D;
}
.TagClassName
{
border-color: #2B086D;
}
</style>