Shades of Persian Indigo #2D1594
Tints of Persian Indigo #2D1594
RGB
CMYK
RGB Variations
Color information
#2D1594 (or 0x2D1594) is known color: Persian Indigo. HEX triplet: 2D, 15 and 94. RGB value is (45,21,148). Sum of RGB (Red+Green+Blue) = 45+21+148=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1594 is #D2EA6B. Grayscale: #2A2A2A. Windows color (decimal): -13822572 or 9704749. OLE color: 9704749.
HSL color Cylindrical-coordinate representation of color #2D1594: hue angle of 251.34º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1594 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 21 | 148 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.42 |
| HSL | 251.34º | 0.75% | 0.33% | - |
| HSV(B) | 251.34º | 0.86% | 0.58% | - |
| XYZ | 6.7 | 3.23 | 28.29 | - |
| YUV | 42.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 148 | 0.70 | 0.86 | 0 | 0.42 | 251.34 | 0.75 | 0.33 |
| Hex | 2D | 15 | 94 | 46 | 56 | 0 | 2A | FB | 4B | 21 |
| Octal | 55 | 25 | 224 | 106 | 126 | 0 | 52 | 373 | 113 | 41 |
| Binary | 101101 | 10101 | 10010100 | 1000110 | 1010110 | 0 | 101010 | 11111011 | 1001011 | 100001 |
Color Harmonies of #2D1594
Complementary color
Monochromatic Colors of #2D1594
Black with #2D1594
Text Example
Text Example
White with #2D1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1594; }
p { color: rgb(45,21,148); }
H1.HeaderClassName
{
color: #2D1594;
}
.AnyTagClassName
{
color: #2D1594;
}
</style>
background-color css
<style>
a { background-color: #2D1594; }
a { background-color: rgb(45,21,148); }
div.DivClassName
{
background-color: #2D1594;
}
.BgClassName
{
background-color: #2D1594;
}
</style>
border-color css
<style>
span { border-color: #2D1594; }
span { border-color: rgb(45,21,148); }
td.TdClassName
{
border-color: #2D1594;
}
.TagClassName
{
border-color: #2D1594;
}
</style>