Shades of Persian Indigo #2B086A
Tints of Persian Indigo #2B086A
RGB
CMYK
RGB Variations
Color information
#2B086A (or 0x2B086A) is known color: Persian Indigo. HEX triplet: 2B, 08 and 6A. RGB value is (43,8,106). Sum of RGB (Red+Green+Blue) = 43+8+106=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B086A is #D4F795. Grayscale: #1D1D1D. Windows color (decimal): -13957014 or 6948907. OLE color: 6948907.
HSL color Cylindrical-coordinate representation of color #2B086A: hue angle of 261.43º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B086A is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 8 | 106 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.58 |
| HSL | 261.43º | 0.86% | 0.22% | - |
| HSV(B) | 261.43º | 0.92% | 0.42% | - |
| XYZ | 3.68 | 1.73 | 13.77 | - |
| YUV | 29.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 106 | 0.59 | 0.92 | 0 | 0.58 | 261.43 | 0.86 | 0.22 |
| Hex | 2B | 8 | 6A | 3B | 5C | 0 | 3A | 105 | 56 | 16 |
| Octal | 53 | 10 | 152 | 73 | 134 | 0 | 72 | 405 | 126 | 26 |
| Binary | 101011 | 1000 | 1101010 | 111011 | 1011100 | 0 | 111010 | 100000101 | 1010110 | 10110 |
Color Harmonies of #2B086A
Complementary color
Monochromatic Colors of #2B086A
Black with #2B086A
Text Example
Text Example
White with #2B086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B086A; }
p { color: rgb(43,8,106); }
H1.HeaderClassName
{
color: #2B086A;
}
.AnyTagClassName
{
color: #2B086A;
}
</style>
background-color css
<style>
a { background-color: #2B086A; }
a { background-color: rgb(43,8,106); }
div.DivClassName
{
background-color: #2B086A;
}
.BgClassName
{
background-color: #2B086A;
}
</style>
border-color css
<style>
span { border-color: #2B086A; }
span { border-color: rgb(43,8,106); }
td.TdClassName
{
border-color: #2B086A;
}
.TagClassName
{
border-color: #2B086A;
}
</style>