Shades of Indigo #3C006F
Tints of Indigo #3C006F
RGB
CMYK
RGB Variations
Color information
#3C006F (or 0x3C006F) is known color: Indigo. HEX triplet: 3C, 00 and 6F. RGB value is (60,0,111). Sum of RGB (Red+Green+Blue) = 60+0+111=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C006F is #C3FF90. Grayscale: #1E1E1E. Windows color (decimal): -12844945 or 7274556. OLE color: 7274556.
HSL color Cylindrical-coordinate representation of color #3C006F: hue angle of 272.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C006F is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 0 | 111 | - |
| CMYK | 0.46 | 1 | 0 | 0.56 |
| HSL | 272.43º | 1% | 0.22% | - |
| HSV(B) | 272.43º | 1% | 0.44% | - |
| XYZ | 4.73 | 2.11 | 15.2 | - |
| YUV | 30.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 111 | 0.46 | 1 | 0 | 0.56 | 272.43 | 1 | 0.22 |
| Hex | 3C | 0 | 6F | 2E | 64 | 0 | 38 | 110 | 64 | 16 |
| Octal | 74 | 0 | 157 | 56 | 144 | 0 | 70 | 420 | 144 | 26 |
| Binary | 111100 | 0 | 1101111 | 101110 | 1100100 | 0 | 111000 | 100010000 | 1100100 | 10110 |
Color Harmonies of #3C006F
Complementary color
Monochromatic Colors of #3C006F
Black with #3C006F
Text Example
Text Example
White with #3C006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C006F; }
p { color: rgb(60,0,111); }
H1.HeaderClassName
{
color: #3C006F;
}
.AnyTagClassName
{
color: #3C006F;
}
</style>
background-color css
<style>
a { background-color: #3C006F; }
a { background-color: rgb(60,0,111); }
div.DivClassName
{
background-color: #3C006F;
}
.BgClassName
{
background-color: #3C006F;
}
</style>
border-color css
<style>
span { border-color: #3C006F; }
span { border-color: rgb(60,0,111); }
td.TdClassName
{
border-color: #3C006F;
}
.TagClassName
{
border-color: #3C006F;
}
</style>