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