Shades of Persian Indigo #3C1175
Tints of Persian Indigo #3C1175
RGB
CMYK
RGB Variations
Color information
#3C1175 (or 0x3C1175) is known color: Persian Indigo. HEX triplet: 3C, 11 and 75. RGB value is (60,17,117). Sum of RGB (Red+Green+Blue) = 60+17+117=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1175 is #C3EE8A. Grayscale: #282828. Windows color (decimal): -12840587 or 7672124. OLE color: 7672124.
HSL color Cylindrical-coordinate representation of color #3C1175: hue angle of 265.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1175 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 17 | 117 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.54 |
| HSL | 265.8º | 0.75% | 0.26% | - |
| HSV(B) | 265.8º | 0.85% | 0.46% | - |
| XYZ | 5.27 | 2.65 | 17.06 | - |
| YUV | 41.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 117 | 0.49 | 0.85 | 0 | 0.54 | 265.8 | 0.75 | 0.26 |
| Hex | 3C | 11 | 75 | 31 | 55 | 0 | 36 | 10A | 4B | 1A |
| Octal | 74 | 21 | 165 | 61 | 125 | 0 | 66 | 412 | 113 | 32 |
| Binary | 111100 | 10001 | 1110101 | 110001 | 1010101 | 0 | 110110 | 100001010 | 1001011 | 11010 |
Color Harmonies of #3C1175
Complementary color
Monochromatic Colors of #3C1175
Black with #3C1175
Text Example
Text Example
White with #3C1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1175; }
p { color: rgb(60,17,117); }
H1.HeaderClassName
{
color: #3C1175;
}
.AnyTagClassName
{
color: #3C1175;
}
</style>
background-color css
<style>
a { background-color: #3C1175; }
a { background-color: rgb(60,17,117); }
div.DivClassName
{
background-color: #3C1175;
}
.BgClassName
{
background-color: #3C1175;
}
</style>
border-color css
<style>
span { border-color: #3C1175; }
span { border-color: rgb(60,17,117); }
td.TdClassName
{
border-color: #3C1175;
}
.TagClassName
{
border-color: #3C1175;
}
</style>