Shades of Persian Indigo #2D1974
Tints of Persian Indigo #2D1974
RGB
CMYK
RGB Variations
Color information
#2D1974 (or 0x2D1974) is known color: Persian Indigo. HEX triplet: 2D, 19 and 74. RGB value is (45,25,116). Sum of RGB (Red+Green+Blue) = 45+25+116=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D1974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1974 is #D2E68B. Grayscale: #292929. Windows color (decimal): -13821580 or 7608621. OLE color: 7608621.
HSL color Cylindrical-coordinate representation of color #2D1974: hue angle of 253.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D1974 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 25 | 116 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.55 |
| HSL | 253.19º | 0.65% | 0.28% | - |
| HSV(B) | 253.19º | 0.78% | 0.45% | - |
| XYZ | 4.58 | 2.51 | 16.77 | - |
| YUV | 41.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 116 | 0.61 | 0.78 | 0 | 0.55 | 253.19 | 0.65 | 0.28 |
| Hex | 2D | 19 | 74 | 3D | 4E | 0 | 37 | FD | 41 | 1C |
| Octal | 55 | 31 | 164 | 75 | 116 | 0 | 67 | 375 | 101 | 34 |
| Binary | 101101 | 11001 | 1110100 | 111101 | 1001110 | 0 | 110111 | 11111101 | 1000001 | 11100 |
Color Harmonies of #2D1974
Complementary color
Monochromatic Colors of #2D1974
Black with #2D1974
Text Example
Text Example
White with #2D1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1974; }
p { color: rgb(45,25,116); }
H1.HeaderClassName
{
color: #2D1974;
}
.AnyTagClassName
{
color: #2D1974;
}
</style>
background-color css
<style>
a { background-color: #2D1974; }
a { background-color: rgb(45,25,116); }
div.DivClassName
{
background-color: #2D1974;
}
.BgClassName
{
background-color: #2D1974;
}
</style>
border-color css
<style>
span { border-color: #2D1974; }
span { border-color: rgb(45,25,116); }
td.TdClassName
{
border-color: #2D1974;
}
.TagClassName
{
border-color: #2D1974;
}
</style>