Shades of Persian Indigo #2B0F84
Tints of Persian Indigo #2B0F84
RGB
CMYK
RGB Variations
Color information
#2B0F84 (or 0x2B0F84) is known color: Persian Indigo. HEX triplet: 2B, 0F and 84. RGB value is (43,15,132). Sum of RGB (Red+Green+Blue) = 43+15+132=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F84 is #D4F07B. Grayscale: #242424. Windows color (decimal): -13955196 or 8654635. OLE color: 8654635.
HSL color Cylindrical-coordinate representation of color #2B0F84: hue angle of 254.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0F84 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 15 | 132 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.48 |
| HSL | 254.36º | 0.8% | 0.29% | - |
| HSV(B) | 254.36º | 0.89% | 0.52% | - |
| XYZ | 5.33 | 2.52 | 22.04 | - |
| YUV | 36.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 132 | 0.67 | 0.89 | 0 | 0.48 | 254.36 | 0.8 | 0.29 |
| Hex | 2B | F | 84 | 43 | 59 | 0 | 30 | FE | 50 | 1D |
| Octal | 53 | 17 | 204 | 103 | 131 | 0 | 60 | 376 | 120 | 35 |
| Binary | 101011 | 1111 | 10000100 | 1000011 | 1011001 | 0 | 110000 | 11111110 | 1010000 | 11101 |
Color Harmonies of #2B0F84
Complementary color
Monochromatic Colors of #2B0F84
Black with #2B0F84
Text Example
Text Example
White with #2B0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F84; }
p { color: rgb(43,15,132); }
H1.HeaderClassName
{
color: #2B0F84;
}
.AnyTagClassName
{
color: #2B0F84;
}
</style>
background-color css
<style>
a { background-color: #2B0F84; }
a { background-color: rgb(43,15,132); }
div.DivClassName
{
background-color: #2B0F84;
}
.BgClassName
{
background-color: #2B0F84;
}
</style>
border-color css
<style>
span { border-color: #2B0F84; }
span { border-color: rgb(43,15,132); }
td.TdClassName
{
border-color: #2B0F84;
}
.TagClassName
{
border-color: #2B0F84;
}
</style>