Shades of Persian Indigo #3D1D98
Tints of Persian Indigo #3D1D98
RGB
CMYK
RGB Variations
Color information
#3D1D98 (or 0x3D1D98) is known color: Persian Indigo. HEX triplet: 3D, 1D and 98. RGB value is (61,29,152). Sum of RGB (Red+Green+Blue) = 61+29+152=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D1D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D98 is #C2E267. Grayscale: #343434. Windows color (decimal): -12771944 or 9968957. OLE color: 9968957.
HSL color Cylindrical-coordinate representation of color #3D1D98: hue angle of 255.61º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1D98 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 29 | 152 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.40 |
| HSL | 255.61º | 0.68% | 0.35% | - |
| HSV(B) | 255.61º | 0.81% | 0.6% | - |
| XYZ | 8.03 | 4.14 | 30.08 | - |
| YUV | 52.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 152 | 0.60 | 0.81 | 0 | 0.40 | 255.61 | 0.68 | 0.35 |
| Hex | 3D | 1D | 98 | 3C | 51 | 0 | 28 | 100 | 44 | 23 |
| Octal | 75 | 35 | 230 | 74 | 121 | 0 | 50 | 400 | 104 | 43 |
| Binary | 111101 | 11101 | 10011000 | 111100 | 1010001 | 0 | 101000 | 100000000 | 1000100 | 100011 |
Color Harmonies of #3D1D98
Complementary color
Monochromatic Colors of #3D1D98
Black with #3D1D98
Text Example
Text Example
White with #3D1D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D98; }
p { color: rgb(61,29,152); }
H1.HeaderClassName
{
color: #3D1D98;
}
.AnyTagClassName
{
color: #3D1D98;
}
</style>
background-color css
<style>
a { background-color: #3D1D98; }
a { background-color: rgb(61,29,152); }
div.DivClassName
{
background-color: #3D1D98;
}
.BgClassName
{
background-color: #3D1D98;
}
</style>
border-color css
<style>
span { border-color: #3D1D98; }
span { border-color: rgb(61,29,152); }
td.TdClassName
{
border-color: #3D1D98;
}
.TagClassName
{
border-color: #3D1D98;
}
</style>