Shades of Persian Indigo #3D1D73
Tints of Persian Indigo #3D1D73
RGB
CMYK
RGB Variations
Color information
#3D1D73 (or 0x3D1D73) is known color: Persian Indigo. HEX triplet: 3D, 1D and 73. RGB value is (61,29,115). Sum of RGB (Red+Green+Blue) = 61+29+115=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D1D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D73 is #C2E28C. Grayscale: #303030. Windows color (decimal): -12771981 or 7544125. OLE color: 7544125.
HSL color Cylindrical-coordinate representation of color #3D1D73: hue angle of 262.33º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1D73 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 29 | 115 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.55 |
| HSL | 262.33º | 0.6% | 0.28% | - |
| HSV(B) | 262.33º | 0.75% | 0.45% | - |
| XYZ | 5.46 | 3.11 | 16.53 | - |
| YUV | 48.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 115 | 0.47 | 0.75 | 0 | 0.55 | 262.33 | 0.6 | 0.28 |
| Hex | 3D | 1D | 73 | 2F | 4B | 0 | 37 | 106 | 3C | 1C |
| Octal | 75 | 35 | 163 | 57 | 113 | 0 | 67 | 406 | 74 | 34 |
| Binary | 111101 | 11101 | 1110011 | 101111 | 1001011 | 0 | 110111 | 100000110 | 111100 | 11100 |
Color Harmonies of #3D1D73
Complementary color
Monochromatic Colors of #3D1D73
Black with #3D1D73
Text Example
Text Example
White with #3D1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D73; }
p { color: rgb(61,29,115); }
H1.HeaderClassName
{
color: #3D1D73;
}
.AnyTagClassName
{
color: #3D1D73;
}
</style>
background-color css
<style>
a { background-color: #3D1D73; }
a { background-color: rgb(61,29,115); }
div.DivClassName
{
background-color: #3D1D73;
}
.BgClassName
{
background-color: #3D1D73;
}
</style>
border-color css
<style>
span { border-color: #3D1D73; }
span { border-color: rgb(61,29,115); }
td.TdClassName
{
border-color: #3D1D73;
}
.TagClassName
{
border-color: #3D1D73;
}
</style>