Shades of Persian Indigo #2B1A75
Tints of Persian Indigo #2B1A75
RGB
CMYK
RGB Variations
Color information
#2B1A75 (or 0x2B1A75) is known color: Persian Indigo. HEX triplet: 2B, 1A and 75. RGB value is (43,26,117). Sum of RGB (Red+Green+Blue) = 43+26+117=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B1A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1A75 is #D4E58A. Grayscale: #292929. Windows color (decimal): -13952395 or 7674411. OLE color: 7674411.
HSL color Cylindrical-coordinate representation of color #2B1A75: hue angle of 251.21º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B1A75 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 26 | 117 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.54 |
| HSL | 251.21º | 0.64% | 0.28% | - |
| HSV(B) | 251.21º | 0.78% | 0.46% | - |
| XYZ | 4.58 | 2.54 | 17.08 | - |
| YUV | 41.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 117 | 0.63 | 0.78 | 0 | 0.54 | 251.21 | 0.64 | 0.28 |
| Hex | 2B | 1A | 75 | 3F | 4E | 0 | 36 | FB | 40 | 1C |
| Octal | 53 | 32 | 165 | 77 | 116 | 0 | 66 | 373 | 100 | 34 |
| Binary | 101011 | 11010 | 1110101 | 111111 | 1001110 | 0 | 110110 | 11111011 | 1000000 | 11100 |
Color Harmonies of #2B1A75
Complementary color
Monochromatic Colors of #2B1A75
Black with #2B1A75
Text Example
Text Example
White with #2B1A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A75; }
p { color: rgb(43,26,117); }
H1.HeaderClassName
{
color: #2B1A75;
}
.AnyTagClassName
{
color: #2B1A75;
}
</style>
background-color css
<style>
a { background-color: #2B1A75; }
a { background-color: rgb(43,26,117); }
div.DivClassName
{
background-color: #2B1A75;
}
.BgClassName
{
background-color: #2B1A75;
}
</style>
border-color css
<style>
span { border-color: #2B1A75; }
span { border-color: rgb(43,26,117); }
td.TdClassName
{
border-color: #2B1A75;
}
.TagClassName
{
border-color: #2B1A75;
}
</style>