Shades of Persian Indigo #2B106C
Tints of Persian Indigo #2B106C
RGB
CMYK
RGB Variations
Color information
#2B106C (or 0x2B106C) is known color: Persian Indigo. HEX triplet: 2B, 10 and 6C. RGB value is (43,16,108). Sum of RGB (Red+Green+Blue) = 43+16+108=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B106C is #D4EF93. Grayscale: #222222. Windows color (decimal): -13954964 or 7082027. OLE color: 7082027.
HSL color Cylindrical-coordinate representation of color #2B106C: hue angle of 257.61º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B106C is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 16 | 108 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.58 |
| HSL | 257.61º | 0.74% | 0.24% | - |
| HSV(B) | 257.61º | 0.85% | 0.42% | - |
| XYZ | 3.89 | 1.97 | 14.36 | - |
| YUV | 34.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 108 | 0.60 | 0.85 | 0 | 0.58 | 257.61 | 0.74 | 0.24 |
| Hex | 2B | 10 | 6C | 3C | 55 | 0 | 3A | 102 | 4A | 18 |
| Octal | 53 | 20 | 154 | 74 | 125 | 0 | 72 | 402 | 112 | 30 |
| Binary | 101011 | 10000 | 1101100 | 111100 | 1010101 | 0 | 111010 | 100000010 | 1001010 | 11000 |
Color Harmonies of #2B106C
Complementary color
Monochromatic Colors of #2B106C
Black with #2B106C
Text Example
Text Example
White with #2B106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B106C; }
p { color: rgb(43,16,108); }
H1.HeaderClassName
{
color: #2B106C;
}
.AnyTagClassName
{
color: #2B106C;
}
</style>
background-color css
<style>
a { background-color: #2B106C; }
a { background-color: rgb(43,16,108); }
div.DivClassName
{
background-color: #2B106C;
}
.BgClassName
{
background-color: #2B106C;
}
</style>
border-color css
<style>
span { border-color: #2B106C; }
span { border-color: rgb(43,16,108); }
td.TdClassName
{
border-color: #2B106C;
}
.TagClassName
{
border-color: #2B106C;
}
</style>