Shades of Persian Indigo #2B0D72
Tints of Persian Indigo #2B0D72
RGB
CMYK
RGB Variations
Color information
#2B0D72 (or 0x2B0D72) is known color: Persian Indigo. HEX triplet: 2B, 0D and 72. RGB value is (43,13,114). Sum of RGB (Red+Green+Blue) = 43+13+114=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0D72 is #D4F28D. Grayscale: #212121. Windows color (decimal): -13955726 or 7474475. OLE color: 7474475.
HSL color Cylindrical-coordinate representation of color #2B0D72: hue angle of 257.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0D72 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 13 | 114 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.55 |
| HSL | 257.82º | 0.8% | 0.25% | - |
| HSV(B) | 257.82º | 0.89% | 0.45% | - |
| XYZ | 4.18 | 2.02 | 16.09 | - |
| YUV | 33.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 114 | 0.62 | 0.89 | 0 | 0.55 | 257.82 | 0.8 | 0.25 |
| Hex | 2B | D | 72 | 3E | 59 | 0 | 37 | 102 | 50 | 19 |
| Octal | 53 | 15 | 162 | 76 | 131 | 0 | 67 | 402 | 120 | 31 |
| Binary | 101011 | 1101 | 1110010 | 111110 | 1011001 | 0 | 110111 | 100000010 | 1010000 | 11001 |
Color Harmonies of #2B0D72
Complementary color
Monochromatic Colors of #2B0D72
Black with #2B0D72
Text Example
Text Example
White with #2B0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0D72; }
p { color: rgb(43,13,114); }
H1.HeaderClassName
{
color: #2B0D72;
}
.AnyTagClassName
{
color: #2B0D72;
}
</style>
background-color css
<style>
a { background-color: #2B0D72; }
a { background-color: rgb(43,13,114); }
div.DivClassName
{
background-color: #2B0D72;
}
.BgClassName
{
background-color: #2B0D72;
}
</style>
border-color css
<style>
span { border-color: #2B0D72; }
span { border-color: rgb(43,13,114); }
td.TdClassName
{
border-color: #2B0D72;
}
.TagClassName
{
border-color: #2B0D72;
}
</style>