Shades of Indigo #3C026A
Tints of Indigo #3C026A
RGB
CMYK
RGB Variations
Color information
#3C026A (or 0x3C026A) is known color: Indigo. HEX triplet: 3C, 02 and 6A. RGB value is (60,2,106). Sum of RGB (Red+Green+Blue) = 60+2+106=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C026A is #C3FD95. Grayscale: #1E1E1E. Windows color (decimal): -12844438 or 6947388. OLE color: 6947388.
HSL color Cylindrical-coordinate representation of color #3C026A: hue angle of 273.46º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C026A is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 2 | 106 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.58 |
| HSL | 273.46º | 0.96% | 0.21% | - |
| HSV(B) | 273.46º | 0.98% | 0.42% | - |
| XYZ | 4.49 | 2.04 | 13.79 | - |
| YUV | 31.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 106 | 0.43 | 0.98 | 0 | 0.58 | 273.46 | 0.96 | 0.21 |
| Hex | 3C | 2 | 6A | 2B | 62 | 0 | 3A | 111 | 60 | 15 |
| Octal | 74 | 2 | 152 | 53 | 142 | 0 | 72 | 421 | 140 | 25 |
| Binary | 111100 | 10 | 1101010 | 101011 | 1100010 | 0 | 111010 | 100010001 | 1100000 | 10101 |
Color Harmonies of #3C026A
Complementary color
Monochromatic Colors of #3C026A
Black with #3C026A
Text Example
Text Example
White with #3C026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C026A; }
p { color: rgb(60,2,106); }
H1.HeaderClassName
{
color: #3C026A;
}
.AnyTagClassName
{
color: #3C026A;
}
</style>
background-color css
<style>
a { background-color: #3C026A; }
a { background-color: rgb(60,2,106); }
div.DivClassName
{
background-color: #3C026A;
}
.BgClassName
{
background-color: #3C026A;
}
</style>
border-color css
<style>
span { border-color: #3C026A; }
span { border-color: rgb(60,2,106); }
td.TdClassName
{
border-color: #3C026A;
}
.TagClassName
{
border-color: #3C026A;
}
</style>