Shades of Persian Indigo #3D1778
Tints of Persian Indigo #3D1778
RGB
CMYK
RGB Variations
Color information
#3D1778 (or 0x3D1778) is known color: Persian Indigo. HEX triplet: 3D, 17 and 78. RGB value is (61,23,120). Sum of RGB (Red+Green+Blue) = 61+23+120=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1778 is #C2E887. Grayscale: #2D2D2D. Windows color (decimal): -12773512 or 7870269. OLE color: 7870269.
HSL color Cylindrical-coordinate representation of color #3D1778: hue angle of 263.51º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1778 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 23 | 120 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.53 |
| HSL | 263.51º | 0.68% | 0.28% | - |
| HSV(B) | 263.51º | 0.81% | 0.47% | - |
| XYZ | 5.62 | 2.96 | 18.04 | - |
| YUV | 45.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 120 | 0.49 | 0.81 | 0 | 0.53 | 263.51 | 0.68 | 0.28 |
| Hex | 3D | 17 | 78 | 31 | 51 | 0 | 35 | 108 | 44 | 1C |
| Octal | 75 | 27 | 170 | 61 | 121 | 0 | 65 | 410 | 104 | 34 |
| Binary | 111101 | 10111 | 1111000 | 110001 | 1010001 | 0 | 110101 | 100001000 | 1000100 | 11100 |
Color Harmonies of #3D1778
Complementary color
Monochromatic Colors of #3D1778
Black with #3D1778
Text Example
Text Example
White with #3D1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1778; }
p { color: rgb(61,23,120); }
H1.HeaderClassName
{
color: #3D1778;
}
.AnyTagClassName
{
color: #3D1778;
}
</style>
background-color css
<style>
a { background-color: #3D1778; }
a { background-color: rgb(61,23,120); }
div.DivClassName
{
background-color: #3D1778;
}
.BgClassName
{
background-color: #3D1778;
}
</style>
border-color css
<style>
span { border-color: #3D1778; }
span { border-color: rgb(61,23,120); }
td.TdClassName
{
border-color: #3D1778;
}
.TagClassName
{
border-color: #3D1778;
}
</style>