Shades of Persian Indigo #2B2184
Tints of Persian Indigo #2B2184
RGB
CMYK
RGB Variations
Color information
#2B2184 (or 0x2B2184) is known color: Persian Indigo. HEX triplet: 2B, 21 and 84. RGB value is (43,33,132). Sum of RGB (Red+Green+Blue) = 43+33+132=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2184 is #D4DE7B. Grayscale: #2E2E2E. Windows color (decimal): -13950588 or 8659243. OLE color: 8659243.
HSL color Cylindrical-coordinate representation of color #2B2184: hue angle of 246.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2184 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 33 | 132 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.48 |
| HSL | 246.06º | 0.6% | 0.32% | - |
| HSV(B) | 246.06º | 0.75% | 0.52% | - |
| XYZ | 5.7 | 3.27 | 22.16 | - |
| YUV | 47.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 132 | 0.67 | 0.75 | 0 | 0.48 | 246.06 | 0.6 | 0.32 |
| Hex | 2B | 21 | 84 | 43 | 4B | 0 | 30 | F6 | 3C | 20 |
| Octal | 53 | 41 | 204 | 103 | 113 | 0 | 60 | 366 | 74 | 40 |
| Binary | 101011 | 100001 | 10000100 | 1000011 | 1001011 | 0 | 110000 | 11110110 | 111100 | 100000 |
Color Harmonies of #2B2184
Complementary color
Monochromatic Colors of #2B2184
Black with #2B2184
Text Example
Text Example
White with #2B2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2184; }
p { color: rgb(43,33,132); }
H1.HeaderClassName
{
color: #2B2184;
}
.AnyTagClassName
{
color: #2B2184;
}
</style>
background-color css
<style>
a { background-color: #2B2184; }
a { background-color: rgb(43,33,132); }
div.DivClassName
{
background-color: #2B2184;
}
.BgClassName
{
background-color: #2B2184;
}
</style>
border-color css
<style>
span { border-color: #2B2184; }
span { border-color: rgb(43,33,132); }
td.TdClassName
{
border-color: #2B2184;
}
.TagClassName
{
border-color: #2B2184;
}
</style>