Shades of Persian Indigo #3D1994
Tints of Persian Indigo #3D1994
RGB
CMYK
RGB Variations
Color information
#3D1994 (or 0x3D1994) is known color: Persian Indigo. HEX triplet: 3D, 19 and 94. RGB value is (61,25,148). Sum of RGB (Red+Green+Blue) = 61+25+148=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D1994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1994 is #C2E66B. Grayscale: #313131. Windows color (decimal): -12772972 or 9705789. OLE color: 9705789.
HSL color Cylindrical-coordinate representation of color #3D1994: hue angle of 257.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1994 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 25 | 148 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.42 |
| HSL | 257.56º | 0.71% | 0.34% | - |
| HSV(B) | 257.56º | 0.83% | 0.58% | - |
| XYZ | 7.62 | 3.83 | 28.35 | - |
| YUV | 49.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 148 | 0.59 | 0.83 | 0 | 0.42 | 257.56 | 0.71 | 0.34 |
| Hex | 3D | 19 | 94 | 3B | 53 | 0 | 2A | 102 | 47 | 22 |
| Octal | 75 | 31 | 224 | 73 | 123 | 0 | 52 | 402 | 107 | 42 |
| Binary | 111101 | 11001 | 10010100 | 111011 | 1010011 | 0 | 101010 | 100000010 | 1000111 | 100010 |
Color Harmonies of #3D1994
Complementary color
Monochromatic Colors of #3D1994
Black with #3D1994
Text Example
Text Example
White with #3D1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1994; }
p { color: rgb(61,25,148); }
H1.HeaderClassName
{
color: #3D1994;
}
.AnyTagClassName
{
color: #3D1994;
}
</style>
background-color css
<style>
a { background-color: #3D1994; }
a { background-color: rgb(61,25,148); }
div.DivClassName
{
background-color: #3D1994;
}
.BgClassName
{
background-color: #3D1994;
}
</style>
border-color css
<style>
span { border-color: #3D1994; }
span { border-color: rgb(61,25,148); }
td.TdClassName
{
border-color: #3D1994;
}
.TagClassName
{
border-color: #3D1994;
}
</style>