Shades of Persian Indigo #2D0F84
Tints of Persian Indigo #2D0F84
RGB
CMYK
RGB Variations
Color information
#2D0F84 (or 0x2D0F84) is known color: Persian Indigo. HEX triplet: 2D, 0F and 84. RGB value is (45,15,132). Sum of RGB (Red+Green+Blue) = 45+15+132=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0F84 is #D2F07B. Grayscale: #242424. Windows color (decimal): -13824124 or 8654637. OLE color: 8654637.
HSL color Cylindrical-coordinate representation of color #2D0F84: hue angle of 255.38º 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 #2D0F84 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 15 | 132 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.48 |
| HSL | 255.38º | 0.8% | 0.29% | - |
| HSV(B) | 255.38º | 0.89% | 0.52% | - |
| XYZ | 5.42 | 2.57 | 22.04 | - |
| YUV | 37.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 132 | 0.66 | 0.89 | 0 | 0.48 | 255.38 | 0.8 | 0.29 |
| Hex | 2D | F | 84 | 42 | 59 | 0 | 30 | FF | 50 | 1D |
| Octal | 55 | 17 | 204 | 102 | 131 | 0 | 60 | 377 | 120 | 35 |
| Binary | 101101 | 1111 | 10000100 | 1000010 | 1011001 | 0 | 110000 | 11111111 | 1010000 | 11101 |
Color Harmonies of #2D0F84
Complementary color
Monochromatic Colors of #2D0F84
Black with #2D0F84
Text Example
Text Example
White with #2D0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F84; }
p { color: rgb(45,15,132); }
H1.HeaderClassName
{
color: #2D0F84;
}
.AnyTagClassName
{
color: #2D0F84;
}
</style>
background-color css
<style>
a { background-color: #2D0F84; }
a { background-color: rgb(45,15,132); }
div.DivClassName
{
background-color: #2D0F84;
}
.BgClassName
{
background-color: #2D0F84;
}
</style>
border-color css
<style>
span { border-color: #2D0F84; }
span { border-color: rgb(45,15,132); }
td.TdClassName
{
border-color: #2D0F84;
}
.TagClassName
{
border-color: #2D0F84;
}
</style>