Shades of Persian Indigo #3D1474
Tints of Persian Indigo #3D1474
RGB
CMYK
RGB Variations
Color information
#3D1474 (or 0x3D1474) is known color: Persian Indigo. HEX triplet: 3D, 14 and 74. RGB value is (61,20,116). Sum of RGB (Red+Green+Blue) = 61+20+116=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D1474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1474 is #C2EB8B. Grayscale: #2A2A2A. Windows color (decimal): -12774284 or 7607357. OLE color: 7607357.
HSL color Cylindrical-coordinate representation of color #3D1474: hue angle of 265.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1474 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 20 | 116 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.55 |
| HSL | 265.63º | 0.71% | 0.27% | - |
| HSV(B) | 265.63º | 0.83% | 0.45% | - |
| XYZ | 5.33 | 2.75 | 16.77 | - |
| YUV | 43.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 116 | 0.47 | 0.83 | 0 | 0.55 | 265.63 | 0.71 | 0.27 |
| Hex | 3D | 14 | 74 | 2F | 53 | 0 | 37 | 10A | 47 | 1B |
| Octal | 75 | 24 | 164 | 57 | 123 | 0 | 67 | 412 | 107 | 33 |
| Binary | 111101 | 10100 | 1110100 | 101111 | 1010011 | 0 | 110111 | 100001010 | 1000111 | 11011 |
Color Harmonies of #3D1474
Complementary color
Monochromatic Colors of #3D1474
Black with #3D1474
Text Example
Text Example
White with #3D1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1474; }
p { color: rgb(61,20,116); }
H1.HeaderClassName
{
color: #3D1474;
}
.AnyTagClassName
{
color: #3D1474;
}
</style>
background-color css
<style>
a { background-color: #3D1474; }
a { background-color: rgb(61,20,116); }
div.DivClassName
{
background-color: #3D1474;
}
.BgClassName
{
background-color: #3D1474;
}
</style>
border-color css
<style>
span { border-color: #3D1474; }
span { border-color: rgb(61,20,116); }
td.TdClassName
{
border-color: #3D1474;
}
.TagClassName
{
border-color: #3D1474;
}
</style>