Shades of Persian Indigo #2B1D75
Tints of Persian Indigo #2B1D75
RGB
CMYK
RGB Variations
Color information
#2B1D75 (or 0x2B1D75) is known color: Persian Indigo. HEX triplet: 2B, 1D and 75. RGB value is (43,29,117). Sum of RGB (Red+Green+Blue) = 43+29+117=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D75 is #D4E28A. Grayscale: #2A2A2A. Windows color (decimal): -13951627 or 7675179. OLE color: 7675179.
HSL color Cylindrical-coordinate representation of color #2B1D75: hue angle of 249.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B1D75 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 29 | 117 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.54 |
| HSL | 249.55º | 0.6% | 0.29% | - |
| HSV(B) | 249.55º | 0.75% | 0.46% | - |
| XYZ | 4.65 | 2.68 | 17.1 | - |
| YUV | 43.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 117 | 0.63 | 0.75 | 0 | 0.54 | 249.55 | 0.6 | 0.29 |
| Hex | 2B | 1D | 75 | 3F | 4B | 0 | 36 | FA | 3C | 1D |
| Octal | 53 | 35 | 165 | 77 | 113 | 0 | 66 | 372 | 74 | 35 |
| Binary | 101011 | 11101 | 1110101 | 111111 | 1001011 | 0 | 110110 | 11111010 | 111100 | 11101 |
Color Harmonies of #2B1D75
Complementary color
Monochromatic Colors of #2B1D75
Black with #2B1D75
Text Example
Text Example
White with #2B1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D75; }
p { color: rgb(43,29,117); }
H1.HeaderClassName
{
color: #2B1D75;
}
.AnyTagClassName
{
color: #2B1D75;
}
</style>
background-color css
<style>
a { background-color: #2B1D75; }
a { background-color: rgb(43,29,117); }
div.DivClassName
{
background-color: #2B1D75;
}
.BgClassName
{
background-color: #2B1D75;
}
</style>
border-color css
<style>
span { border-color: #2B1D75; }
span { border-color: rgb(43,29,117); }
td.TdClassName
{
border-color: #2B1D75;
}
.TagClassName
{
border-color: #2B1D75;
}
</style>