Shades of Persian Indigo #3C137B
Tints of Persian Indigo #3C137B
RGB
CMYK
RGB Variations
Color information
#3C137B (or 0x3C137B) is known color: Persian Indigo. HEX triplet: 3C, 13 and 7B. RGB value is (60,19,123). Sum of RGB (Red+Green+Blue) = 60+19+123=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C137B is #C3EC84. Grayscale: #2A2A2A. Windows color (decimal): -12840069 or 8065852. OLE color: 8065852.
HSL color Cylindrical-coordinate representation of color #3C137B: hue angle of 263.65º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C137B is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 19 | 123 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.52 |
| HSL | 263.65º | 0.73% | 0.28% | - |
| HSV(B) | 263.65º | 0.85% | 0.48% | - |
| XYZ | 5.67 | 2.86 | 18.99 | - |
| YUV | 43.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 123 | 0.51 | 0.85 | 0 | 0.52 | 263.65 | 0.73 | 0.28 |
| Hex | 3C | 13 | 7B | 33 | 55 | 0 | 34 | 108 | 49 | 1C |
| Octal | 74 | 23 | 173 | 63 | 125 | 0 | 64 | 410 | 111 | 34 |
| Binary | 111100 | 10011 | 1111011 | 110011 | 1010101 | 0 | 110100 | 100001000 | 1001001 | 11100 |
Color Harmonies of #3C137B
Complementary color
Monochromatic Colors of #3C137B
Black with #3C137B
Text Example
Text Example
White with #3C137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C137B; }
p { color: rgb(60,19,123); }
H1.HeaderClassName
{
color: #3C137B;
}
.AnyTagClassName
{
color: #3C137B;
}
</style>
background-color css
<style>
a { background-color: #3C137B; }
a { background-color: rgb(60,19,123); }
div.DivClassName
{
background-color: #3C137B;
}
.BgClassName
{
background-color: #3C137B;
}
</style>
border-color css
<style>
span { border-color: #3C137B; }
span { border-color: rgb(60,19,123); }
td.TdClassName
{
border-color: #3C137B;
}
.TagClassName
{
border-color: #3C137B;
}
</style>