Shades of Persian Indigo #3C177E
Tints of Persian Indigo #3C177E
RGB
CMYK
RGB Variations
Color information
#3C177E (or 0x3C177E) is known color: Persian Indigo. HEX triplet: 3C, 17 and 7E. RGB value is (60,23,126). Sum of RGB (Red+Green+Blue) = 60+23+126=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C177E is #C3E881. Grayscale: #2D2D2D. Windows color (decimal): -12839042 or 8263484. OLE color: 8263484.
HSL color Cylindrical-coordinate representation of color #3C177E: hue angle of 261.55º degrees, saturation: 0.69, 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 #3C177E is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 23 | 126 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.51 |
| HSL | 261.55º | 0.69% | 0.29% | - |
| HSV(B) | 261.55º | 0.82% | 0.49% | - |
| XYZ | 5.94 | 3.08 | 20.02 | - |
| YUV | 45.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 126 | 0.52 | 0.82 | 0 | 0.51 | 261.55 | 0.69 | 0.29 |
| Hex | 3C | 17 | 7E | 34 | 52 | 0 | 33 | 106 | 45 | 1D |
| Octal | 74 | 27 | 176 | 64 | 122 | 0 | 63 | 406 | 105 | 35 |
| Binary | 111100 | 10111 | 1111110 | 110100 | 1010010 | 0 | 110011 | 100000110 | 1000101 | 11101 |
Color Harmonies of #3C177E
Complementary color
Monochromatic Colors of #3C177E
Black with #3C177E
Text Example
Text Example
White with #3C177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C177E; }
p { color: rgb(60,23,126); }
H1.HeaderClassName
{
color: #3C177E;
}
.AnyTagClassName
{
color: #3C177E;
}
</style>
background-color css
<style>
a { background-color: #3C177E; }
a { background-color: rgb(60,23,126); }
div.DivClassName
{
background-color: #3C177E;
}
.BgClassName
{
background-color: #3C177E;
}
</style>
border-color css
<style>
span { border-color: #3C177E; }
span { border-color: rgb(60,23,126); }
td.TdClassName
{
border-color: #3C177E;
}
.TagClassName
{
border-color: #3C177E;
}
</style>