Shades of Persian Indigo #3D0E75
Tints of Persian Indigo #3D0E75
RGB
CMYK
RGB Variations
Color information
#3D0E75 (or 0x3D0E75) is known color: Persian Indigo. HEX triplet: 3D, 0E and 75. RGB value is (61,14,117). Sum of RGB (Red+Green+Blue) = 61+14+117=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D0E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0E75 is #C2F18A. Grayscale: #272727. Windows color (decimal): -12775819 or 7671357. OLE color: 7671357.
HSL color Cylindrical-coordinate representation of color #3D0E75: hue angle of 267.38º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D0E75 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 14 | 117 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.54 |
| HSL | 267.38º | 0.79% | 0.26% | - |
| HSV(B) | 267.38º | 0.88% | 0.46% | - |
| XYZ | 5.29 | 2.59 | 17.05 | - |
| YUV | 39.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 117 | 0.48 | 0.88 | 0 | 0.54 | 267.38 | 0.79 | 0.26 |
| Hex | 3D | E | 75 | 30 | 58 | 0 | 36 | 10B | 4F | 1A |
| Octal | 75 | 16 | 165 | 60 | 130 | 0 | 66 | 413 | 117 | 32 |
| Binary | 111101 | 1110 | 1110101 | 110000 | 1011000 | 0 | 110110 | 100001011 | 1001111 | 11010 |
Color Harmonies of #3D0E75
Complementary color
Monochromatic Colors of #3D0E75
Black with #3D0E75
Text Example
Text Example
White with #3D0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E75; }
p { color: rgb(61,14,117); }
H1.HeaderClassName
{
color: #3D0E75;
}
.AnyTagClassName
{
color: #3D0E75;
}
</style>
background-color css
<style>
a { background-color: #3D0E75; }
a { background-color: rgb(61,14,117); }
div.DivClassName
{
background-color: #3D0E75;
}
.BgClassName
{
background-color: #3D0E75;
}
</style>
border-color css
<style>
span { border-color: #3D0E75; }
span { border-color: rgb(61,14,117); }
td.TdClassName
{
border-color: #3D0E75;
}
.TagClassName
{
border-color: #3D0E75;
}
</style>