Shades of Indigo #3C0684
Tints of Indigo #3C0684
RGB
CMYK
RGB Variations
Color information
#3C0684 (or 0x3C0684) is known color: Indigo. HEX triplet: 3C, 06 and 84. RGB value is (60,6,132). Sum of RGB (Red+Green+Blue) = 60+6+132=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0684 is #C3F97B. Grayscale: #242424. Windows color (decimal): -12843388 or 8652348. OLE color: 8652348.
HSL color Cylindrical-coordinate representation of color #3C0684: hue angle of 265.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0684 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 6 | 132 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.48 |
| HSL | 265.71º | 0.91% | 0.27% | - |
| HSV(B) | 265.71º | 0.95% | 0.52% | - |
| XYZ | 6.09 | 2.76 | 22.04 | - |
| YUV | 36.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 132 | 0.55 | 0.95 | 0 | 0.48 | 265.71 | 0.91 | 0.27 |
| Hex | 3C | 6 | 84 | 37 | 5F | 0 | 30 | 10A | 5B | 1B |
| Octal | 74 | 6 | 204 | 67 | 137 | 0 | 60 | 412 | 133 | 33 |
| Binary | 111100 | 110 | 10000100 | 110111 | 1011111 | 0 | 110000 | 100001010 | 1011011 | 11011 |
Color Harmonies of #3C0684
Complementary color
Monochromatic Colors of #3C0684
Black with #3C0684
Text Example
Text Example
White with #3C0684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0684; }
p { color: rgb(60,6,132); }
H1.HeaderClassName
{
color: #3C0684;
}
.AnyTagClassName
{
color: #3C0684;
}
</style>
background-color css
<style>
a { background-color: #3C0684; }
a { background-color: rgb(60,6,132); }
div.DivClassName
{
background-color: #3C0684;
}
.BgClassName
{
background-color: #3C0684;
}
</style>
border-color css
<style>
span { border-color: #3C0684; }
span { border-color: rgb(60,6,132); }
td.TdClassName
{
border-color: #3C0684;
}
.TagClassName
{
border-color: #3C0684;
}
</style>