Shades of Persian Indigo #2B0984
Tints of Persian Indigo #2B0984
RGB
CMYK
RGB Variations
Color information
#2B0984 (or 0x2B0984) is known color: Persian Indigo. HEX triplet: 2B, 09 and 84. RGB value is (43,9,132). Sum of RGB (Red+Green+Blue) = 43+9+132=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0984 is #D4F67B. Grayscale: #202020. Windows color (decimal): -13956732 or 8653099. OLE color: 8653099.
HSL color Cylindrical-coordinate representation of color #2B0984: hue angle of 256.59º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0984 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 9 | 132 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.48 |
| HSL | 256.59º | 0.87% | 0.28% | - |
| HSV(B) | 256.59º | 0.93% | 0.52% | - |
| XYZ | 5.26 | 2.37 | 22.01 | - |
| YUV | 33.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 132 | 0.67 | 0.93 | 0 | 0.48 | 256.59 | 0.87 | 0.28 |
| Hex | 2B | 9 | 84 | 43 | 5D | 0 | 30 | 101 | 57 | 1C |
| Octal | 53 | 11 | 204 | 103 | 135 | 0 | 60 | 401 | 127 | 34 |
| Binary | 101011 | 1001 | 10000100 | 1000011 | 1011101 | 0 | 110000 | 100000001 | 1010111 | 11100 |
Color Harmonies of #2B0984
Complementary color
Monochromatic Colors of #2B0984
Black with #2B0984
Text Example
Text Example
White with #2B0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0984; }
p { color: rgb(43,9,132); }
H1.HeaderClassName
{
color: #2B0984;
}
.AnyTagClassName
{
color: #2B0984;
}
</style>
background-color css
<style>
a { background-color: #2B0984; }
a { background-color: rgb(43,9,132); }
div.DivClassName
{
background-color: #2B0984;
}
.BgClassName
{
background-color: #2B0984;
}
</style>
border-color css
<style>
span { border-color: #2B0984; }
span { border-color: rgb(43,9,132); }
td.TdClassName
{
border-color: #2B0984;
}
.TagClassName
{
border-color: #2B0984;
}
</style>