Shades of Persian Indigo #3D1485
Tints of Persian Indigo #3D1485
RGB
CMYK
RGB Variations
Color information
#3D1485 (or 0x3D1485) is known color: Persian Indigo. HEX triplet: 3D, 14 and 85. RGB value is (61,20,133). Sum of RGB (Red+Green+Blue) = 61+20+133=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D1485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1485 is #C2EB7A. Grayscale: #2C2C2C. Windows color (decimal): -12774267 or 8721469. OLE color: 8721469.
HSL color Cylindrical-coordinate representation of color #3D1485: hue angle of 261.77º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1485 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 20 | 133 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.48 |
| HSL | 261.77º | 0.74% | 0.3% | - |
| HSV(B) | 261.77º | 0.85% | 0.52% | - |
| XYZ | 6.41 | 3.19 | 22.47 | - |
| YUV | 45.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 133 | 0.54 | 0.85 | 0 | 0.48 | 261.77 | 0.74 | 0.3 |
| Hex | 3D | 14 | 85 | 36 | 55 | 0 | 30 | 106 | 4A | 1E |
| Octal | 75 | 24 | 205 | 66 | 125 | 0 | 60 | 406 | 112 | 36 |
| Binary | 111101 | 10100 | 10000101 | 110110 | 1010101 | 0 | 110000 | 100000110 | 1001010 | 11110 |
Color Harmonies of #3D1485
Complementary color
Monochromatic Colors of #3D1485
Black with #3D1485
Text Example
Text Example
White with #3D1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1485; }
p { color: rgb(61,20,133); }
H1.HeaderClassName
{
color: #3D1485;
}
.AnyTagClassName
{
color: #3D1485;
}
</style>
background-color css
<style>
a { background-color: #3D1485; }
a { background-color: rgb(61,20,133); }
div.DivClassName
{
background-color: #3D1485;
}
.BgClassName
{
background-color: #3D1485;
}
</style>
border-color css
<style>
span { border-color: #3D1485; }
span { border-color: rgb(61,20,133); }
td.TdClassName
{
border-color: #3D1485;
}
.TagClassName
{
border-color: #3D1485;
}
</style>