Shades of Persian Indigo #3D159C
Tints of Persian Indigo #3D159C
RGB
CMYK
RGB Variations
Color information
#3D159C (or 0x3D159C) is known color: Persian Indigo. HEX triplet: 3D, 15 and 9C. RGB value is (61,21,156). Sum of RGB (Red+Green+Blue) = 61+21+156=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D159C is #C2EA63. Grayscale: #2F2F2F. Windows color (decimal): -12773988 or 10229053. OLE color: 10229053.
HSL color Cylindrical-coordinate representation of color #3D159C: hue angle of 257.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D159C is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 21 | 156 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.39 |
| HSL | 257.78º | 0.76% | 0.35% | - |
| HSV(B) | 257.78º | 0.87% | 0.61% | - |
| XYZ | 8.19 | 3.93 | 31.78 | - |
| YUV | 48.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 156 | 0.61 | 0.87 | 0 | 0.39 | 257.78 | 0.76 | 0.35 |
| Hex | 3D | 15 | 9C | 3D | 57 | 0 | 27 | 102 | 4C | 23 |
| Octal | 75 | 25 | 234 | 75 | 127 | 0 | 47 | 402 | 114 | 43 |
| Binary | 111101 | 10101 | 10011100 | 111101 | 1010111 | 0 | 100111 | 100000010 | 1001100 | 100011 |
Color Harmonies of #3D159C
Complementary color
Monochromatic Colors of #3D159C
Black with #3D159C
Text Example
Text Example
White with #3D159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D159C; }
p { color: rgb(61,21,156); }
H1.HeaderClassName
{
color: #3D159C;
}
.AnyTagClassName
{
color: #3D159C;
}
</style>
background-color css
<style>
a { background-color: #3D159C; }
a { background-color: rgb(61,21,156); }
div.DivClassName
{
background-color: #3D159C;
}
.BgClassName
{
background-color: #3D159C;
}
</style>
border-color css
<style>
span { border-color: #3D159C; }
span { border-color: rgb(61,21,156); }
td.TdClassName
{
border-color: #3D159C;
}
.TagClassName
{
border-color: #3D159C;
}
</style>