Shades of Persian Indigo #3D1876
Tints of Persian Indigo #3D1876
RGB
CMYK
RGB Variations
Color information
#3D1876 (or 0x3D1876) is known color: Persian Indigo. HEX triplet: 3D, 18 and 76. RGB value is (61,24,118). Sum of RGB (Red+Green+Blue) = 61+24+118=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1876 is #C2E789. Grayscale: #2D2D2D. Windows color (decimal): -12773258 or 7739453. OLE color: 7739453.
HSL color Cylindrical-coordinate representation of color #3D1876: hue angle of 263.62º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1876 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 24 | 118 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.54 |
| HSL | 263.62º | 0.66% | 0.28% | - |
| HSV(B) | 263.62º | 0.8% | 0.46% | - |
| XYZ | 5.52 | 2.95 | 17.42 | - |
| YUV | 45.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 118 | 0.48 | 0.80 | 0 | 0.54 | 263.62 | 0.66 | 0.28 |
| Hex | 3D | 18 | 76 | 30 | 50 | 0 | 36 | 108 | 42 | 1C |
| Octal | 75 | 30 | 166 | 60 | 120 | 0 | 66 | 410 | 102 | 34 |
| Binary | 111101 | 11000 | 1110110 | 110000 | 1010000 | 0 | 110110 | 100001000 | 1000010 | 11100 |
Color Harmonies of #3D1876
Complementary color
Monochromatic Colors of #3D1876
Black with #3D1876
Text Example
Text Example
White with #3D1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1876; }
p { color: rgb(61,24,118); }
H1.HeaderClassName
{
color: #3D1876;
}
.AnyTagClassName
{
color: #3D1876;
}
</style>
background-color css
<style>
a { background-color: #3D1876; }
a { background-color: rgb(61,24,118); }
div.DivClassName
{
background-color: #3D1876;
}
.BgClassName
{
background-color: #3D1876;
}
</style>
border-color css
<style>
span { border-color: #3D1876; }
span { border-color: rgb(61,24,118); }
td.TdClassName
{
border-color: #3D1876;
}
.TagClassName
{
border-color: #3D1876;
}
</style>