Shades of Persian Indigo #2D0496
Tints of Persian Indigo #2D0496
RGB
CMYK
RGB Variations
Color information
#2D0496 (or 0x2D0496) is known color: Persian Indigo. HEX triplet: 2D, 04 and 96. RGB value is (45,4,150). Sum of RGB (Red+Green+Blue) = 45+4+150=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D0496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0496 is #D2FB69. Grayscale: #202020. Windows color (decimal): -13826922 or 9831469. OLE color: 9831469.
HSL color Cylindrical-coordinate representation of color #2D0496: hue angle of 256.85º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0496 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 4 | 150 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.41 |
| HSL | 256.85º | 0.95% | 0.3% | - |
| HSV(B) | 256.85º | 0.97% | 0.59% | - |
| XYZ | 6.63 | 2.85 | 29.05 | - |
| YUV | 32.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 150 | 0.70 | 0.97 | 0 | 0.41 | 256.85 | 0.95 | 0.3 |
| Hex | 2D | 4 | 96 | 46 | 61 | 0 | 29 | 101 | 5F | 1E |
| Octal | 55 | 4 | 226 | 106 | 141 | 0 | 51 | 401 | 137 | 36 |
| Binary | 101101 | 100 | 10010110 | 1000110 | 1100001 | 0 | 101001 | 100000001 | 1011111 | 11110 |
Color Harmonies of #2D0496
Complementary color
Monochromatic Colors of #2D0496
Black with #2D0496
Text Example
Text Example
White with #2D0496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0496; }
p { color: rgb(45,4,150); }
H1.HeaderClassName
{
color: #2D0496;
}
.AnyTagClassName
{
color: #2D0496;
}
</style>
background-color css
<style>
a { background-color: #2D0496; }
a { background-color: rgb(45,4,150); }
div.DivClassName
{
background-color: #2D0496;
}
.BgClassName
{
background-color: #2D0496;
}
</style>
border-color css
<style>
span { border-color: #2D0496; }
span { border-color: rgb(45,4,150); }
td.TdClassName
{
border-color: #2D0496;
}
.TagClassName
{
border-color: #2D0496;
}
</style>