Shades of Indigo #3C066F
Tints of Indigo #3C066F
RGB
CMYK
RGB Variations
Color information
#3C066F (or 0x3C066F) is known color: Indigo. HEX triplet: 3C, 06 and 6F. RGB value is (60,6,111). Sum of RGB (Red+Green+Blue) = 60+6+111=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C066F is #C3F990. Grayscale: #212121. Windows color (decimal): -12843409 or 7276092. OLE color: 7276092.
HSL color Cylindrical-coordinate representation of color #3C066F: hue angle of 270.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C066F is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 6 | 111 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.56 |
| HSL | 270.86º | 0.9% | 0.23% | - |
| HSV(B) | 270.86º | 0.95% | 0.44% | - |
| XYZ | 4.8 | 2.24 | 15.22 | - |
| YUV | 34.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 111 | 0.46 | 0.95 | 0 | 0.56 | 270.86 | 0.9 | 0.23 |
| Hex | 3C | 6 | 6F | 2E | 5F | 0 | 38 | 10F | 5A | 17 |
| Octal | 74 | 6 | 157 | 56 | 137 | 0 | 70 | 417 | 132 | 27 |
| Binary | 111100 | 110 | 1101111 | 101110 | 1011111 | 0 | 111000 | 100001111 | 1011010 | 10111 |
Color Harmonies of #3C066F
Complementary color
Monochromatic Colors of #3C066F
Black with #3C066F
Text Example
Text Example
White with #3C066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C066F; }
p { color: rgb(60,6,111); }
H1.HeaderClassName
{
color: #3C066F;
}
.AnyTagClassName
{
color: #3C066F;
}
</style>
background-color css
<style>
a { background-color: #3C066F; }
a { background-color: rgb(60,6,111); }
div.DivClassName
{
background-color: #3C066F;
}
.BgClassName
{
background-color: #3C066F;
}
</style>
border-color css
<style>
span { border-color: #3C066F; }
span { border-color: rgb(60,6,111); }
td.TdClassName
{
border-color: #3C066F;
}
.TagClassName
{
border-color: #3C066F;
}
</style>