Shades of Indigo #3C0067
Tints of Indigo #3C0067
RGB
CMYK
RGB Variations
Color information
#3C0067 (or 0x3C0067) is known color: Indigo. HEX triplet: 3C, 00 and 67. RGB value is (60,0,103). Sum of RGB (Red+Green+Blue) = 60+0+103=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0067 is #C3FF98. Grayscale: #1D1D1D. Windows color (decimal): -12844953 or 6750268. OLE color: 6750268.
HSL color Cylindrical-coordinate representation of color #3C0067: hue angle of 274.95º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0067 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 0 | 103 | - |
| CMYK | 0.42 | 1 | 0 | 0.60 |
| HSL | 274.95º | 1% | 0.2% | - |
| HSV(B) | 274.95º | 1% | 0.4% | - |
| XYZ | 4.31 | 1.94 | 12.98 | - |
| YUV | 29.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 103 | 0.42 | 1 | 0 | 0.60 | 274.95 | 1 | 0.2 |
| Hex | 3C | 0 | 67 | 2A | 64 | 0 | 3C | 113 | 64 | 14 |
| Octal | 74 | 0 | 147 | 52 | 144 | 0 | 74 | 423 | 144 | 24 |
| Binary | 111100 | 0 | 1100111 | 101010 | 1100100 | 0 | 111100 | 100010011 | 1100100 | 10100 |
Color Harmonies of #3C0067
Complementary color
Monochromatic Colors of #3C0067
Black with #3C0067
Text Example
Text Example
White with #3C0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0067; }
p { color: rgb(60,0,103); }
H1.HeaderClassName
{
color: #3C0067;
}
.AnyTagClassName
{
color: #3C0067;
}
</style>
background-color css
<style>
a { background-color: #3C0067; }
a { background-color: rgb(60,0,103); }
div.DivClassName
{
background-color: #3C0067;
}
.BgClassName
{
background-color: #3C0067;
}
</style>
border-color css
<style>
span { border-color: #3C0067; }
span { border-color: rgb(60,0,103); }
td.TdClassName
{
border-color: #3C0067;
}
.TagClassName
{
border-color: #3C0067;
}
</style>