Shades of Persian Indigo #2B0884
Tints of Persian Indigo #2B0884
RGB
CMYK
RGB Variations
Color information
#2B0884 (or 0x2B0884) is known color: Persian Indigo. HEX triplet: 2B, 08 and 84. RGB value is (43,8,132). Sum of RGB (Red+Green+Blue) = 43+8+132=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0884 is #D4F77B. Grayscale: #202020. Windows color (decimal): -13956988 or 8652843. OLE color: 8652843.
HSL color Cylindrical-coordinate representation of color #2B0884: hue angle of 256.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0884 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 8 | 132 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.48 |
| HSL | 256.94º | 0.89% | 0.27% | - |
| HSV(B) | 256.94º | 0.94% | 0.52% | - |
| XYZ | 5.25 | 2.35 | 22.01 | - |
| YUV | 32.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 132 | 0.67 | 0.94 | 0 | 0.48 | 256.94 | 0.89 | 0.27 |
| Hex | 2B | 8 | 84 | 43 | 5E | 0 | 30 | 101 | 59 | 1B |
| Octal | 53 | 10 | 204 | 103 | 136 | 0 | 60 | 401 | 131 | 33 |
| Binary | 101011 | 1000 | 10000100 | 1000011 | 1011110 | 0 | 110000 | 100000001 | 1011001 | 11011 |
Color Harmonies of #2B0884
Complementary color
Monochromatic Colors of #2B0884
Black with #2B0884
Text Example
Text Example
White with #2B0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0884; }
p { color: rgb(43,8,132); }
H1.HeaderClassName
{
color: #2B0884;
}
.AnyTagClassName
{
color: #2B0884;
}
</style>
background-color css
<style>
a { background-color: #2B0884; }
a { background-color: rgb(43,8,132); }
div.DivClassName
{
background-color: #2B0884;
}
.BgClassName
{
background-color: #2B0884;
}
</style>
border-color css
<style>
span { border-color: #2B0884; }
span { border-color: rgb(43,8,132); }
td.TdClassName
{
border-color: #2B0884;
}
.TagClassName
{
border-color: #2B0884;
}
</style>