Shades of Persian Indigo #3D1998
Tints of Persian Indigo #3D1998
RGB
CMYK
RGB Variations
Color information
#3D1998 (or 0x3D1998) is known color: Persian Indigo. HEX triplet: 3D, 19 and 98. RGB value is (61,25,152). Sum of RGB (Red+Green+Blue) = 61+25+152=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1998 is #C2E667. Grayscale: #313131. Windows color (decimal): -12772968 or 9967933. OLE color: 9967933.
HSL color Cylindrical-coordinate representation of color #3D1998: hue angle of 257.01º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1998 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 25 | 152 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.40 |
| HSL | 257.01º | 0.72% | 0.35% | - |
| HSV(B) | 257.01º | 0.84% | 0.6% | - |
| XYZ | 7.94 | 3.95 | 30.05 | - |
| YUV | 50.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 152 | 0.60 | 0.84 | 0 | 0.40 | 257.01 | 0.72 | 0.35 |
| Hex | 3D | 19 | 98 | 3C | 54 | 0 | 28 | 101 | 48 | 23 |
| Octal | 75 | 31 | 230 | 74 | 124 | 0 | 50 | 401 | 110 | 43 |
| Binary | 111101 | 11001 | 10011000 | 111100 | 1010100 | 0 | 101000 | 100000001 | 1001000 | 100011 |
Color Harmonies of #3D1998
Complementary color
Monochromatic Colors of #3D1998
Black with #3D1998
Text Example
Text Example
White with #3D1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1998; }
p { color: rgb(61,25,152); }
H1.HeaderClassName
{
color: #3D1998;
}
.AnyTagClassName
{
color: #3D1998;
}
</style>
background-color css
<style>
a { background-color: #3D1998; }
a { background-color: rgb(61,25,152); }
div.DivClassName
{
background-color: #3D1998;
}
.BgClassName
{
background-color: #3D1998;
}
</style>
border-color css
<style>
span { border-color: #3D1998; }
span { border-color: rgb(61,25,152); }
td.TdClassName
{
border-color: #3D1998;
}
.TagClassName
{
border-color: #3D1998;
}
</style>