Shades of Persian Indigo #3C137F
Tints of Persian Indigo #3C137F
RGB
CMYK
RGB Variations
Color information
#3C137F (or 0x3C137F) is known color: Persian Indigo. HEX triplet: 3C, 13 and 7F. RGB value is (60,19,127). Sum of RGB (Red+Green+Blue) = 60+19+127=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C137F is #C3EC80. Grayscale: #2B2B2B. Windows color (decimal): -12840065 or 8327996. OLE color: 8327996.
HSL color Cylindrical-coordinate representation of color #3C137F: hue angle of 262.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C137F is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 19 | 127 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.50 |
| HSL | 262.78º | 0.74% | 0.29% | - |
| HSV(B) | 262.78º | 0.85% | 0.5% | - |
| XYZ | 5.93 | 2.96 | 20.34 | - |
| YUV | 43.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 127 | 0.53 | 0.85 | 0 | 0.50 | 262.78 | 0.74 | 0.29 |
| Hex | 3C | 13 | 7F | 35 | 55 | 0 | 32 | 107 | 4A | 1D |
| Octal | 74 | 23 | 177 | 65 | 125 | 0 | 62 | 407 | 112 | 35 |
| Binary | 111100 | 10011 | 1111111 | 110101 | 1010101 | 0 | 110010 | 100000111 | 1001010 | 11101 |
Color Harmonies of #3C137F
Complementary color
Monochromatic Colors of #3C137F
Black with #3C137F
Text Example
Text Example
White with #3C137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C137F; }
p { color: rgb(60,19,127); }
H1.HeaderClassName
{
color: #3C137F;
}
.AnyTagClassName
{
color: #3C137F;
}
</style>
background-color css
<style>
a { background-color: #3C137F; }
a { background-color: rgb(60,19,127); }
div.DivClassName
{
background-color: #3C137F;
}
.BgClassName
{
background-color: #3C137F;
}
</style>
border-color css
<style>
span { border-color: #3C137F; }
span { border-color: rgb(60,19,127); }
td.TdClassName
{
border-color: #3C137F;
}
.TagClassName
{
border-color: #3C137F;
}
</style>