Shades of Persian Indigo #2B1381
Tints of Persian Indigo #2B1381
RGB
CMYK
RGB Variations
Color information
#2B1381 (or 0x2B1381) is known color: Persian Indigo. HEX triplet: 2B, 13 and 81. RGB value is (43,19,129). Sum of RGB (Red+Green+Blue) = 43+19+129=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B1381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1381 is #D4EC7E. Grayscale: #262626. Windows color (decimal): -13954175 or 8459051. OLE color: 8459051.
HSL color Cylindrical-coordinate representation of color #2B1381: hue angle of 253.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B1381 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 19 | 129 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.49 |
| HSL | 253.09º | 0.74% | 0.29% | - |
| HSV(B) | 253.09º | 0.85% | 0.51% | - |
| XYZ | 5.19 | 2.56 | 20.99 | - |
| YUV | 38.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 129 | 0.67 | 0.85 | 0 | 0.49 | 253.09 | 0.74 | 0.29 |
| Hex | 2B | 13 | 81 | 43 | 55 | 0 | 31 | FD | 4A | 1D |
| Octal | 53 | 23 | 201 | 103 | 125 | 0 | 61 | 375 | 112 | 35 |
| Binary | 101011 | 10011 | 10000001 | 1000011 | 1010101 | 0 | 110001 | 11111101 | 1001010 | 11101 |
Color Harmonies of #2B1381
Complementary color
Monochromatic Colors of #2B1381
Black with #2B1381
Text Example
Text Example
White with #2B1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1381; }
p { color: rgb(43,19,129); }
H1.HeaderClassName
{
color: #2B1381;
}
.AnyTagClassName
{
color: #2B1381;
}
</style>
background-color css
<style>
a { background-color: #2B1381; }
a { background-color: rgb(43,19,129); }
div.DivClassName
{
background-color: #2B1381;
}
.BgClassName
{
background-color: #2B1381;
}
</style>
border-color css
<style>
span { border-color: #2B1381; }
span { border-color: rgb(43,19,129); }
td.TdClassName
{
border-color: #2B1381;
}
.TagClassName
{
border-color: #2B1381;
}
</style>