Shades of Persian Indigo #3D167C
Tints of Persian Indigo #3D167C
RGB
CMYK
RGB Variations
Color information
#3D167C (or 0x3D167C) is known color: Persian Indigo. HEX triplet: 3D, 16 and 7C. RGB value is (61,22,124). Sum of RGB (Red+Green+Blue) = 61+22+124=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D167C is #C2E983. Grayscale: #2C2C2C. Windows color (decimal): -12773764 or 8132157. OLE color: 8132157.
HSL color Cylindrical-coordinate representation of color #3D167C: hue angle of 262.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D167C is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 22 | 124 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.51 |
| HSL | 262.94º | 0.7% | 0.29% | - |
| HSV(B) | 262.94º | 0.82% | 0.49% | - |
| XYZ | 5.85 | 3.02 | 19.34 | - |
| YUV | 45.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 124 | 0.51 | 0.82 | 0 | 0.51 | 262.94 | 0.7 | 0.29 |
| Hex | 3D | 16 | 7C | 33 | 52 | 0 | 33 | 107 | 46 | 1D |
| Octal | 75 | 26 | 174 | 63 | 122 | 0 | 63 | 407 | 106 | 35 |
| Binary | 111101 | 10110 | 1111100 | 110011 | 1010010 | 0 | 110011 | 100000111 | 1000110 | 11101 |
Color Harmonies of #3D167C
Complementary color
Monochromatic Colors of #3D167C
Black with #3D167C
Text Example
Text Example
White with #3D167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D167C; }
p { color: rgb(61,22,124); }
H1.HeaderClassName
{
color: #3D167C;
}
.AnyTagClassName
{
color: #3D167C;
}
</style>
background-color css
<style>
a { background-color: #3D167C; }
a { background-color: rgb(61,22,124); }
div.DivClassName
{
background-color: #3D167C;
}
.BgClassName
{
background-color: #3D167C;
}
</style>
border-color css
<style>
span { border-color: #3D167C; }
span { border-color: rgb(61,22,124); }
td.TdClassName
{
border-color: #3D167C;
}
.TagClassName
{
border-color: #3D167C;
}
</style>