Shades of Indigo #3C006B
Tints of Indigo #3C006B
RGB
CMYK
RGB Variations
Color information
#3C006B (or 0x3C006B) is known color: Indigo. HEX triplet: 3C, 00 and 6B. RGB value is (60,0,107). Sum of RGB (Red+Green+Blue) = 60+0+107=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C006B is #C3FF94. Grayscale: #1D1D1D. Windows color (decimal): -12844949 or 7012412. OLE color: 7012412.
HSL color Cylindrical-coordinate representation of color #3C006B: hue angle of 273.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C006B is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 0 | 107 | - |
| CMYK | 0.44 | 1 | 0 | 0.58 |
| HSL | 273.64º | 1% | 0.21% | - |
| HSV(B) | 273.64º | 1% | 0.42% | - |
| XYZ | 4.52 | 2.02 | 14.06 | - |
| YUV | 30.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 107 | 0.44 | 1 | 0 | 0.58 | 273.64 | 1 | 0.21 |
| Hex | 3C | 0 | 6B | 2C | 64 | 0 | 3A | 112 | 64 | 15 |
| Octal | 74 | 0 | 153 | 54 | 144 | 0 | 72 | 422 | 144 | 25 |
| Binary | 111100 | 0 | 1101011 | 101100 | 1100100 | 0 | 111010 | 100010010 | 1100100 | 10101 |
Color Harmonies of #3C006B
Complementary color
Monochromatic Colors of #3C006B
Black with #3C006B
Text Example
Text Example
White with #3C006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C006B; }
p { color: rgb(60,0,107); }
H1.HeaderClassName
{
color: #3C006B;
}
.AnyTagClassName
{
color: #3C006B;
}
</style>
background-color css
<style>
a { background-color: #3C006B; }
a { background-color: rgb(60,0,107); }
div.DivClassName
{
background-color: #3C006B;
}
.BgClassName
{
background-color: #3C006B;
}
</style>
border-color css
<style>
span { border-color: #3C006B; }
span { border-color: rgb(60,0,107); }
td.TdClassName
{
border-color: #3C006B;
}
.TagClassName
{
border-color: #3C006B;
}
</style>