Shades of Persian Indigo #2B1D8A
Tints of Persian Indigo #2B1D8A
RGB
CMYK
RGB Variations
Color information
#2B1D8A (or 0x2B1D8A) is known color: Persian Indigo. HEX triplet: 2B, 1D and 8A. RGB value is (43,29,138). Sum of RGB (Red+Green+Blue) = 43+29+138=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B1D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1D8A is #D4E275. Grayscale: #2D2D2D. Windows color (decimal): -13951606 or 9051435. OLE color: 9051435.
HSL color Cylindrical-coordinate representation of color #2B1D8A: hue angle of 247.71º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1D8A is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 29 | 138 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.46 |
| HSL | 247.71º | 0.65% | 0.33% | - |
| HSV(B) | 247.71º | 0.79% | 0.54% | - |
| XYZ | 6.02 | 3.23 | 24.35 | - |
| YUV | 45.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 138 | 0.69 | 0.79 | 0 | 0.46 | 247.71 | 0.65 | 0.33 |
| Hex | 2B | 1D | 8A | 45 | 4F | 0 | 2E | F8 | 41 | 21 |
| Octal | 53 | 35 | 212 | 105 | 117 | 0 | 56 | 370 | 101 | 41 |
| Binary | 101011 | 11101 | 10001010 | 1000101 | 1001111 | 0 | 101110 | 11111000 | 1000001 | 100001 |
Color Harmonies of #2B1D8A
Complementary color
Monochromatic Colors of #2B1D8A
Black with #2B1D8A
Text Example
Text Example
White with #2B1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D8A; }
p { color: rgb(43,29,138); }
H1.HeaderClassName
{
color: #2B1D8A;
}
.AnyTagClassName
{
color: #2B1D8A;
}
</style>
background-color css
<style>
a { background-color: #2B1D8A; }
a { background-color: rgb(43,29,138); }
div.DivClassName
{
background-color: #2B1D8A;
}
.BgClassName
{
background-color: #2B1D8A;
}
</style>
border-color css
<style>
span { border-color: #2B1D8A; }
span { border-color: rgb(43,29,138); }
td.TdClassName
{
border-color: #2B1D8A;
}
.TagClassName
{
border-color: #2B1D8A;
}
</style>