Shades of Persian Indigo #3D1871
Tints of Persian Indigo #3D1871
RGB
CMYK
RGB Variations
Color information
#3D1871 (or 0x3D1871) is known color: Persian Indigo. HEX triplet: 3D, 18 and 71. RGB value is (61,24,113). Sum of RGB (Red+Green+Blue) = 61+24+113=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D1871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1871 is #C2E78E. Grayscale: #2C2C2C. Windows color (decimal): -12773263 or 7411773. OLE color: 7411773.
HSL color Cylindrical-coordinate representation of color #3D1871: hue angle of 264.94º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D1871 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 24 | 113 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.56 |
| HSL | 264.94º | 0.65% | 0.27% | - |
| HSV(B) | 264.94º | 0.79% | 0.44% | - |
| XYZ | 5.23 | 2.84 | 15.89 | - |
| YUV | 45.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 113 | 0.46 | 0.79 | 0 | 0.56 | 264.94 | 0.65 | 0.27 |
| Hex | 3D | 18 | 71 | 2E | 4F | 0 | 38 | 109 | 41 | 1B |
| Octal | 75 | 30 | 161 | 56 | 117 | 0 | 70 | 411 | 101 | 33 |
| Binary | 111101 | 11000 | 1110001 | 101110 | 1001111 | 0 | 111000 | 100001001 | 1000001 | 11011 |
Color Harmonies of #3D1871
Complementary color
Monochromatic Colors of #3D1871
Black with #3D1871
Text Example
Text Example
White with #3D1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1871; }
p { color: rgb(61,24,113); }
H1.HeaderClassName
{
color: #3D1871;
}
.AnyTagClassName
{
color: #3D1871;
}
</style>
background-color css
<style>
a { background-color: #3D1871; }
a { background-color: rgb(61,24,113); }
div.DivClassName
{
background-color: #3D1871;
}
.BgClassName
{
background-color: #3D1871;
}
</style>
border-color css
<style>
span { border-color: #3D1871; }
span { border-color: rgb(61,24,113); }
td.TdClassName
{
border-color: #3D1871;
}
.TagClassName
{
border-color: #3D1871;
}
</style>