Shades of Persian Indigo #3D1D92
Tints of Persian Indigo #3D1D92
RGB
CMYK
RGB Variations
Color information
#3D1D92 (or 0x3D1D92) is known color: Persian Indigo. HEX triplet: 3D, 1D and 92. RGB value is (61,29,146). Sum of RGB (Red+Green+Blue) = 61+29+146=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D1D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D92 is #C2E26D. Grayscale: #333333. Windows color (decimal): -12771950 or 9575741. OLE color: 9575741.
HSL color Cylindrical-coordinate representation of color #3D1D92: hue angle of 256.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1D92 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 29 | 146 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.43 |
| HSL | 256.41º | 0.67% | 0.34% | - |
| HSV(B) | 256.41º | 0.8% | 0.57% | - |
| XYZ | 7.55 | 3.95 | 27.56 | - |
| YUV | 51.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 146 | 0.58 | 0.80 | 0 | 0.43 | 256.41 | 0.67 | 0.34 |
| Hex | 3D | 1D | 92 | 3A | 50 | 0 | 2B | 100 | 43 | 22 |
| Octal | 75 | 35 | 222 | 72 | 120 | 0 | 53 | 400 | 103 | 42 |
| Binary | 111101 | 11101 | 10010010 | 111010 | 1010000 | 0 | 101011 | 100000000 | 1000011 | 100010 |
Color Harmonies of #3D1D92
Complementary color
Monochromatic Colors of #3D1D92
Black with #3D1D92
Text Example
Text Example
White with #3D1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D92; }
p { color: rgb(61,29,146); }
H1.HeaderClassName
{
color: #3D1D92;
}
.AnyTagClassName
{
color: #3D1D92;
}
</style>
background-color css
<style>
a { background-color: #3D1D92; }
a { background-color: rgb(61,29,146); }
div.DivClassName
{
background-color: #3D1D92;
}
.BgClassName
{
background-color: #3D1D92;
}
</style>
border-color css
<style>
span { border-color: #3D1D92; }
span { border-color: rgb(61,29,146); }
td.TdClassName
{
border-color: #3D1D92;
}
.TagClassName
{
border-color: #3D1D92;
}
</style>