Shades of Persian Indigo #3D147C
Tints of Persian Indigo #3D147C
RGB
CMYK
RGB Variations
Color information
#3D147C (or 0x3D147C) is known color: Persian Indigo. HEX triplet: 3D, 14 and 7C. RGB value is (61,20,124). Sum of RGB (Red+Green+Blue) = 61+20+124=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D147C is #C2EB83. Grayscale: #2B2B2B. Windows color (decimal): -12774276 or 8131645. OLE color: 8131645.
HSL color Cylindrical-coordinate representation of color #3D147C: hue angle of 263.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D147C is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 20 | 124 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.51 |
| HSL | 263.65º | 0.72% | 0.28% | - |
| HSV(B) | 263.65º | 0.84% | 0.49% | - |
| XYZ | 5.81 | 2.95 | 19.33 | - |
| YUV | 44.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 124 | 0.51 | 0.84 | 0 | 0.51 | 263.65 | 0.72 | 0.28 |
| Hex | 3D | 14 | 7C | 33 | 54 | 0 | 33 | 108 | 48 | 1C |
| Octal | 75 | 24 | 174 | 63 | 124 | 0 | 63 | 410 | 110 | 34 |
| Binary | 111101 | 10100 | 1111100 | 110011 | 1010100 | 0 | 110011 | 100001000 | 1001000 | 11100 |
Color Harmonies of #3D147C
Complementary color
Monochromatic Colors of #3D147C
Black with #3D147C
Text Example
Text Example
White with #3D147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D147C; }
p { color: rgb(61,20,124); }
H1.HeaderClassName
{
color: #3D147C;
}
.AnyTagClassName
{
color: #3D147C;
}
</style>
background-color css
<style>
a { background-color: #3D147C; }
a { background-color: rgb(61,20,124); }
div.DivClassName
{
background-color: #3D147C;
}
.BgClassName
{
background-color: #3D147C;
}
</style>
border-color css
<style>
span { border-color: #3D147C; }
span { border-color: rgb(61,20,124); }
td.TdClassName
{
border-color: #3D147C;
}
.TagClassName
{
border-color: #3D147C;
}
</style>