Shades of Persian Indigo #2B1378
Tints of Persian Indigo #2B1378
RGB
CMYK
RGB Variations
Color information
#2B1378 (or 0x2B1378) is known color: Persian Indigo. HEX triplet: 2B, 13 and 78. RGB value is (43,19,120). Sum of RGB (Red+Green+Blue) = 43+19+120=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1378 is #D4EC87. Grayscale: #252525. Windows color (decimal): -13954184 or 7869227. OLE color: 7869227.
HSL color Cylindrical-coordinate representation of color #2B1378: hue angle of 254.26º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1378 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 19 | 120 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.53 |
| HSL | 254.26º | 0.73% | 0.27% | - |
| HSV(B) | 254.26º | 0.84% | 0.47% | - |
| XYZ | 4.62 | 2.34 | 17.98 | - |
| YUV | 37.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 120 | 0.64 | 0.84 | 0 | 0.53 | 254.26 | 0.73 | 0.27 |
| Hex | 2B | 13 | 78 | 40 | 54 | 0 | 35 | FE | 49 | 1B |
| Octal | 53 | 23 | 170 | 100 | 124 | 0 | 65 | 376 | 111 | 33 |
| Binary | 101011 | 10011 | 1111000 | 1000000 | 1010100 | 0 | 110101 | 11111110 | 1001001 | 11011 |
Color Harmonies of #2B1378
Complementary color
Monochromatic Colors of #2B1378
Black with #2B1378
Text Example
Text Example
White with #2B1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1378; }
p { color: rgb(43,19,120); }
H1.HeaderClassName
{
color: #2B1378;
}
.AnyTagClassName
{
color: #2B1378;
}
</style>
background-color css
<style>
a { background-color: #2B1378; }
a { background-color: rgb(43,19,120); }
div.DivClassName
{
background-color: #2B1378;
}
.BgClassName
{
background-color: #2B1378;
}
</style>
border-color css
<style>
span { border-color: #2B1378; }
span { border-color: rgb(43,19,120); }
td.TdClassName
{
border-color: #2B1378;
}
.TagClassName
{
border-color: #2B1378;
}
</style>