Shades of Persian Indigo #2B0176
Tints of Persian Indigo #2B0176
RGB
CMYK
RGB Variations
Color information
#2B0176 (or 0x2B0176) is known color: Persian Indigo. HEX triplet: 2B, 01 and 76. RGB value is (43,1,118). Sum of RGB (Red+Green+Blue) = 43+1+118=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0176 is #D4FE89. Grayscale: #1A1A1A. Windows color (decimal): -13958794 or 7733547. OLE color: 7733547.
HSL color Cylindrical-coordinate representation of color #2B0176: hue angle of 261.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0176 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 1 | 118 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.54 |
| HSL | 261.54º | 0.98% | 0.23% | - |
| HSV(B) | 261.54º | 0.99% | 0.46% | - |
| XYZ | 4.28 | 1.84 | 17.27 | - |
| YUV | 26.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 118 | 0.64 | 0.99 | 0 | 0.54 | 261.54 | 0.98 | 0.23 |
| Hex | 2B | 1 | 76 | 40 | 63 | 0 | 36 | 106 | 62 | 17 |
| Octal | 53 | 1 | 166 | 100 | 143 | 0 | 66 | 406 | 142 | 27 |
| Binary | 101011 | 1 | 1110110 | 1000000 | 1100011 | 0 | 110110 | 100000110 | 1100010 | 10111 |
Color Harmonies of #2B0176
Complementary color
Monochromatic Colors of #2B0176
Black with #2B0176
Text Example
Text Example
White with #2B0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0176; }
p { color: rgb(43,1,118); }
H1.HeaderClassName
{
color: #2B0176;
}
.AnyTagClassName
{
color: #2B0176;
}
</style>
background-color css
<style>
a { background-color: #2B0176; }
a { background-color: rgb(43,1,118); }
div.DivClassName
{
background-color: #2B0176;
}
.BgClassName
{
background-color: #2B0176;
}
</style>
border-color css
<style>
span { border-color: #2B0176; }
span { border-color: rgb(43,1,118); }
td.TdClassName
{
border-color: #2B0176;
}
.TagClassName
{
border-color: #2B0176;
}
</style>