Shades of Persian Indigo #2B0B7D
Tints of Persian Indigo #2B0B7D
RGB
CMYK
RGB Variations
Color information
#2B0B7D (or 0x2B0B7D) is known color: Persian Indigo. HEX triplet: 2B, 0B and 7D. RGB value is (43,11,125). Sum of RGB (Red+Green+Blue) = 43+11+125=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B0B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0B7D is #D4F482. Grayscale: #212121. Windows color (decimal): -13956227 or 8194859. OLE color: 8194859.
HSL color Cylindrical-coordinate representation of color #2B0B7D: hue angle of 256.84º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0B7D is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 11 | 125 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.51 |
| HSL | 256.84º | 0.84% | 0.27% | - |
| HSV(B) | 256.84º | 0.91% | 0.49% | - |
| XYZ | 4.82 | 2.23 | 19.58 | - |
| YUV | 33.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 125 | 0.66 | 0.91 | 0 | 0.51 | 256.84 | 0.84 | 0.27 |
| Hex | 2B | B | 7D | 42 | 5B | 0 | 33 | 101 | 54 | 1B |
| Octal | 53 | 13 | 175 | 102 | 133 | 0 | 63 | 401 | 124 | 33 |
| Binary | 101011 | 1011 | 1111101 | 1000010 | 1011011 | 0 | 110011 | 100000001 | 1010100 | 11011 |
Color Harmonies of #2B0B7D
Complementary color
Monochromatic Colors of #2B0B7D
Black with #2B0B7D
Text Example
Text Example
White with #2B0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B7D; }
p { color: rgb(43,11,125); }
H1.HeaderClassName
{
color: #2B0B7D;
}
.AnyTagClassName
{
color: #2B0B7D;
}
</style>
background-color css
<style>
a { background-color: #2B0B7D; }
a { background-color: rgb(43,11,125); }
div.DivClassName
{
background-color: #2B0B7D;
}
.BgClassName
{
background-color: #2B0B7D;
}
</style>
border-color css
<style>
span { border-color: #2B0B7D; }
span { border-color: rgb(43,11,125); }
td.TdClassName
{
border-color: #2B0B7D;
}
.TagClassName
{
border-color: #2B0B7D;
}
</style>