Shades of Persian Indigo #3D1E88
Tints of Persian Indigo #3D1E88
RGB
CMYK
RGB Variations
Color information
#3D1E88 (or 0x3D1E88) is known color: Persian Indigo. HEX triplet: 3D, 1E and 88. RGB value is (61,30,136). Sum of RGB (Red+Green+Blue) = 61+30+136=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D1E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1E88 is #C2E177. Grayscale: #323232. Windows color (decimal): -12771704 or 8920637. OLE color: 8920637.
HSL color Cylindrical-coordinate representation of color #3D1E88: hue angle of 257.55º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1E88 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 30 | 136 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.47 |
| HSL | 257.55º | 0.64% | 0.33% | - |
| HSV(B) | 257.55º | 0.78% | 0.53% | - |
| XYZ | 6.83 | 3.7 | 23.65 | - |
| YUV | 51.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 136 | 0.55 | 0.78 | 0 | 0.47 | 257.55 | 0.64 | 0.33 |
| Hex | 3D | 1E | 88 | 37 | 4E | 0 | 2F | 102 | 40 | 21 |
| Octal | 75 | 36 | 210 | 67 | 116 | 0 | 57 | 402 | 100 | 41 |
| Binary | 111101 | 11110 | 10001000 | 110111 | 1001110 | 0 | 101111 | 100000010 | 1000000 | 100001 |
Color Harmonies of #3D1E88
Complementary color
Monochromatic Colors of #3D1E88
Black with #3D1E88
Text Example
Text Example
White with #3D1E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E88; }
p { color: rgb(61,30,136); }
H1.HeaderClassName
{
color: #3D1E88;
}
.AnyTagClassName
{
color: #3D1E88;
}
</style>
background-color css
<style>
a { background-color: #3D1E88; }
a { background-color: rgb(61,30,136); }
div.DivClassName
{
background-color: #3D1E88;
}
.BgClassName
{
background-color: #3D1E88;
}
</style>
border-color css
<style>
span { border-color: #3D1E88; }
span { border-color: rgb(61,30,136); }
td.TdClassName
{
border-color: #3D1E88;
}
.TagClassName
{
border-color: #3D1E88;
}
</style>