Shades of Persian Indigo #3D1872
Tints of Persian Indigo #3D1872
RGB
CMYK
RGB Variations
Color information
#3D1872 (or 0x3D1872) is known color: Persian Indigo. HEX triplet: 3D, 18 and 72. RGB value is (61,24,114). Sum of RGB (Red+Green+Blue) = 61+24+114=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1872 is #C2E78D. Grayscale: #2D2D2D. Windows color (decimal): -12773262 or 7477309. OLE color: 7477309.
HSL color Cylindrical-coordinate representation of color #3D1872: hue angle of 264.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D1872 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 24 | 114 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.55 |
| HSL | 264.67º | 0.65% | 0.27% | - |
| HSV(B) | 264.67º | 0.79% | 0.45% | - |
| XYZ | 5.29 | 2.86 | 16.19 | - |
| YUV | 45.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 114 | 0.46 | 0.79 | 0 | 0.55 | 264.67 | 0.65 | 0.27 |
| Hex | 3D | 18 | 72 | 2E | 4F | 0 | 37 | 109 | 41 | 1B |
| Octal | 75 | 30 | 162 | 56 | 117 | 0 | 67 | 411 | 101 | 33 |
| Binary | 111101 | 11000 | 1110010 | 101110 | 1001111 | 0 | 110111 | 100001001 | 1000001 | 11011 |
Color Harmonies of #3D1872
Complementary color
Monochromatic Colors of #3D1872
Black with #3D1872
Text Example
Text Example
White with #3D1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1872; }
p { color: rgb(61,24,114); }
H1.HeaderClassName
{
color: #3D1872;
}
.AnyTagClassName
{
color: #3D1872;
}
</style>
background-color css
<style>
a { background-color: #3D1872; }
a { background-color: rgb(61,24,114); }
div.DivClassName
{
background-color: #3D1872;
}
.BgClassName
{
background-color: #3D1872;
}
</style>
border-color css
<style>
span { border-color: #3D1872; }
span { border-color: rgb(61,24,114); }
td.TdClassName
{
border-color: #3D1872;
}
.TagClassName
{
border-color: #3D1872;
}
</style>