Shades of Persian Indigo #3D0D73
Tints of Persian Indigo #3D0D73
RGB
CMYK
RGB Variations
Color information
#3D0D73 (or 0x3D0D73) is known color: Persian Indigo. HEX triplet: 3D, 0D and 73. RGB value is (61,13,115). Sum of RGB (Red+Green+Blue) = 61+13+115=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0D73 is #C2F28C. Grayscale: #262626. Windows color (decimal): -12776077 or 7540029. OLE color: 7540029.
HSL color Cylindrical-coordinate representation of color #3D0D73: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0D73 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 13 | 115 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.55 |
| HSL | 268.24º | 0.8% | 0.25% | - |
| HSV(B) | 268.24º | 0.89% | 0.45% | - |
| XYZ | 5.16 | 2.52 | 16.43 | - |
| YUV | 38.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 115 | 0.47 | 0.89 | 0 | 0.55 | 268.24 | 0.8 | 0.25 |
| Hex | 3D | D | 73 | 2F | 59 | 0 | 37 | 10C | 50 | 19 |
| Octal | 75 | 15 | 163 | 57 | 131 | 0 | 67 | 414 | 120 | 31 |
| Binary | 111101 | 1101 | 1110011 | 101111 | 1011001 | 0 | 110111 | 100001100 | 1010000 | 11001 |
Color Harmonies of #3D0D73
Complementary color
Monochromatic Colors of #3D0D73
Black with #3D0D73
Text Example
Text Example
White with #3D0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D73; }
p { color: rgb(61,13,115); }
H1.HeaderClassName
{
color: #3D0D73;
}
.AnyTagClassName
{
color: #3D0D73;
}
</style>
background-color css
<style>
a { background-color: #3D0D73; }
a { background-color: rgb(61,13,115); }
div.DivClassName
{
background-color: #3D0D73;
}
.BgClassName
{
background-color: #3D0D73;
}
</style>
border-color css
<style>
span { border-color: #3D0D73; }
span { border-color: rgb(61,13,115); }
td.TdClassName
{
border-color: #3D0D73;
}
.TagClassName
{
border-color: #3D0D73;
}
</style>