Shades of Indigo #3C0375
Tints of Indigo #3C0375
RGB
CMYK
RGB Variations
Color information
#3C0375 (or 0x3C0375) is known color: Indigo. HEX triplet: 3C, 03 and 75. RGB value is (60,3,117). Sum of RGB (Red+Green+Blue) = 60+3+117=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0375 is #C3FC8A. Grayscale: #202020. Windows color (decimal): -12844171 or 7668540. OLE color: 7668540.
HSL color Cylindrical-coordinate representation of color #3C0375: hue angle of 270º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0375 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 3 | 117 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.54 |
| HSL | 270º | 0.95% | 0.24% | - |
| HSV(B) | 270º | 0.97% | 0.46% | - |
| XYZ | 5.11 | 2.31 | 17.01 | - |
| YUV | 33.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 117 | 0.49 | 0.97 | 0 | 0.54 | 270 | 0.95 | 0.24 |
| Hex | 3C | 3 | 75 | 31 | 61 | 0 | 36 | 10E | 5F | 18 |
| Octal | 74 | 3 | 165 | 61 | 141 | 0 | 66 | 416 | 137 | 30 |
| Binary | 111100 | 11 | 1110101 | 110001 | 1100001 | 0 | 110110 | 100001110 | 1011111 | 11000 |
Color Harmonies of #3C0375
Complementary color
Monochromatic Colors of #3C0375
Black with #3C0375
Text Example
Text Example
White with #3C0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0375; }
p { color: rgb(60,3,117); }
H1.HeaderClassName
{
color: #3C0375;
}
.AnyTagClassName
{
color: #3C0375;
}
</style>
background-color css
<style>
a { background-color: #3C0375; }
a { background-color: rgb(60,3,117); }
div.DivClassName
{
background-color: #3C0375;
}
.BgClassName
{
background-color: #3C0375;
}
</style>
border-color css
<style>
span { border-color: #3C0375; }
span { border-color: rgb(60,3,117); }
td.TdClassName
{
border-color: #3C0375;
}
.TagClassName
{
border-color: #3C0375;
}
</style>