Shades of Persian Indigo #3D1972
Tints of Persian Indigo #3D1972
RGB
CMYK
RGB Variations
Color information
#3D1972 (or 0x3D1972) is known color: Persian Indigo. HEX triplet: 3D, 19 and 72. RGB value is (61,25,114). Sum of RGB (Red+Green+Blue) = 61+25+114=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1972 is #C2E68D. Grayscale: #2D2D2D. Windows color (decimal): -12773006 or 7477565. OLE color: 7477565.
HSL color Cylindrical-coordinate representation of color #3D1972: hue angle of 264.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1972 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 25 | 114 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.55 |
| HSL | 264.27º | 0.64% | 0.27% | - |
| HSV(B) | 264.27º | 0.78% | 0.45% | - |
| XYZ | 5.31 | 2.9 | 16.2 | - |
| YUV | 45.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 114 | 0.46 | 0.78 | 0 | 0.55 | 264.27 | 0.64 | 0.27 |
| Hex | 3D | 19 | 72 | 2E | 4E | 0 | 37 | 108 | 40 | 1B |
| Octal | 75 | 31 | 162 | 56 | 116 | 0 | 67 | 410 | 100 | 33 |
| Binary | 111101 | 11001 | 1110010 | 101110 | 1001110 | 0 | 110111 | 100001000 | 1000000 | 11011 |
Color Harmonies of #3D1972
Complementary color
Monochromatic Colors of #3D1972
Black with #3D1972
Text Example
Text Example
White with #3D1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1972; }
p { color: rgb(61,25,114); }
H1.HeaderClassName
{
color: #3D1972;
}
.AnyTagClassName
{
color: #3D1972;
}
</style>
background-color css
<style>
a { background-color: #3D1972; }
a { background-color: rgb(61,25,114); }
div.DivClassName
{
background-color: #3D1972;
}
.BgClassName
{
background-color: #3D1972;
}
</style>
border-color css
<style>
span { border-color: #3D1972; }
span { border-color: rgb(61,25,114); }
td.TdClassName
{
border-color: #3D1972;
}
.TagClassName
{
border-color: #3D1972;
}
</style>