Shades of Persian Indigo #2B076D
Tints of Persian Indigo #2B076D
RGB
CMYK
RGB Variations
Color information
#2B076D (or 0x2B076D) is known color: Persian Indigo. HEX triplet: 2B, 07 and 6D. RGB value is (43,7,109). Sum of RGB (Red+Green+Blue) = 43+7+109=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B076D is #D4F892. Grayscale: #1D1D1D. Windows color (decimal): -13957267 or 7145259. OLE color: 7145259.
HSL color Cylindrical-coordinate representation of color #2B076D: hue angle of 261.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B076D is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 7 | 109 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.57 |
| HSL | 261.18º | 0.88% | 0.23% | - |
| HSV(B) | 261.18º | 0.94% | 0.43% | - |
| XYZ | 3.83 | 1.77 | 14.61 | - |
| YUV | 29.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 109 | 0.61 | 0.94 | 0 | 0.57 | 261.18 | 0.88 | 0.23 |
| Hex | 2B | 7 | 6D | 3D | 5E | 0 | 39 | 105 | 58 | 17 |
| Octal | 53 | 7 | 155 | 75 | 136 | 0 | 71 | 405 | 130 | 27 |
| Binary | 101011 | 111 | 1101101 | 111101 | 1011110 | 0 | 111001 | 100000101 | 1011000 | 10111 |
Color Harmonies of #2B076D
Complementary color
Monochromatic Colors of #2B076D
Black with #2B076D
Text Example
Text Example
White with #2B076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B076D; }
p { color: rgb(43,7,109); }
H1.HeaderClassName
{
color: #2B076D;
}
.AnyTagClassName
{
color: #2B076D;
}
</style>
background-color css
<style>
a { background-color: #2B076D; }
a { background-color: rgb(43,7,109); }
div.DivClassName
{
background-color: #2B076D;
}
.BgClassName
{
background-color: #2B076D;
}
</style>
border-color css
<style>
span { border-color: #2B076D; }
span { border-color: rgb(43,7,109); }
td.TdClassName
{
border-color: #2B076D;
}
.TagClassName
{
border-color: #2B076D;
}
</style>