Shades of Persian Indigo #3D1B77
Tints of Persian Indigo #3D1B77
RGB
CMYK
RGB Variations
Color information
#3D1B77 (or 0x3D1B77) is known color: Persian Indigo. HEX triplet: 3D, 1B and 77. RGB value is (61,27,119). Sum of RGB (Red+Green+Blue) = 61+27+119=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D1B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1B77 is #C2E488. Grayscale: #2F2F2F. Windows color (decimal): -12772489 or 7805757. OLE color: 7805757.
HSL color Cylindrical-coordinate representation of color #3D1B77: hue angle of 262.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1B77 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 27 | 119 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.53 |
| HSL | 262.17º | 0.63% | 0.29% | - |
| HSV(B) | 262.17º | 0.77% | 0.47% | - |
| XYZ | 5.65 | 3.11 | 17.76 | - |
| YUV | 47.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 119 | 0.49 | 0.77 | 0 | 0.53 | 262.17 | 0.63 | 0.29 |
| Hex | 3D | 1B | 77 | 31 | 4D | 0 | 35 | 106 | 3F | 1D |
| Octal | 75 | 33 | 167 | 61 | 115 | 0 | 65 | 406 | 77 | 35 |
| Binary | 111101 | 11011 | 1110111 | 110001 | 1001101 | 0 | 110101 | 100000110 | 111111 | 11101 |
Color Harmonies of #3D1B77
Complementary color
Monochromatic Colors of #3D1B77
Black with #3D1B77
Text Example
Text Example
White with #3D1B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B77; }
p { color: rgb(61,27,119); }
H1.HeaderClassName
{
color: #3D1B77;
}
.AnyTagClassName
{
color: #3D1B77;
}
</style>
background-color css
<style>
a { background-color: #3D1B77; }
a { background-color: rgb(61,27,119); }
div.DivClassName
{
background-color: #3D1B77;
}
.BgClassName
{
background-color: #3D1B77;
}
</style>
border-color css
<style>
span { border-color: #3D1B77; }
span { border-color: rgb(61,27,119); }
td.TdClassName
{
border-color: #3D1B77;
}
.TagClassName
{
border-color: #3D1B77;
}
</style>