Shades of Persian Indigo #2B086B
Tints of Persian Indigo #2B086B
RGB
CMYK
RGB Variations
Color information
#2B086B (or 0x2B086B) is known color: Persian Indigo. HEX triplet: 2B, 08 and 6B. RGB value is (43,8,107). Sum of RGB (Red+Green+Blue) = 43+8+107=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B086B is #D4F794. Grayscale: #1D1D1D. Windows color (decimal): -13957013 or 7014443. OLE color: 7014443.
HSL color Cylindrical-coordinate representation of color #2B086B: hue angle of 261.21º 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 #2B086B is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 8 | 107 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.58 |
| HSL | 261.21º | 0.86% | 0.23% | - |
| HSV(B) | 261.21º | 0.93% | 0.42% | - |
| XYZ | 3.74 | 1.75 | 14.05 | - |
| YUV | 29.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 107 | 0.60 | 0.93 | 0 | 0.58 | 261.21 | 0.86 | 0.23 |
| Hex | 2B | 8 | 6B | 3C | 5D | 0 | 3A | 105 | 56 | 17 |
| Octal | 53 | 10 | 153 | 74 | 135 | 0 | 72 | 405 | 126 | 27 |
| Binary | 101011 | 1000 | 1101011 | 111100 | 1011101 | 0 | 111010 | 100000101 | 1010110 | 10111 |
Color Harmonies of #2B086B
Complementary color
Monochromatic Colors of #2B086B
Black with #2B086B
Text Example
Text Example
White with #2B086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B086B; }
p { color: rgb(43,8,107); }
H1.HeaderClassName
{
color: #2B086B;
}
.AnyTagClassName
{
color: #2B086B;
}
</style>
background-color css
<style>
a { background-color: #2B086B; }
a { background-color: rgb(43,8,107); }
div.DivClassName
{
background-color: #2B086B;
}
.BgClassName
{
background-color: #2B086B;
}
</style>
border-color css
<style>
span { border-color: #2B086B; }
span { border-color: rgb(43,8,107); }
td.TdClassName
{
border-color: #2B086B;
}
.TagClassName
{
border-color: #2B086B;
}
</style>