Shades of Indigo #3C026E
Tints of Indigo #3C026E
RGB
CMYK
RGB Variations
Color information
#3C026E (or 0x3C026E) is known color: Indigo. HEX triplet: 3C, 02 and 6E. RGB value is (60,2,110). Sum of RGB (Red+Green+Blue) = 60+2+110=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C026E is #C3FD91. Grayscale: #1F1F1F. Windows color (decimal): -12844434 or 7209532. OLE color: 7209532.
HSL color Cylindrical-coordinate representation of color #3C026E: hue angle of 272.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C026E is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 2 | 110 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.57 |
| HSL | 272.22º | 0.96% | 0.22% | - |
| HSV(B) | 272.22º | 0.98% | 0.43% | - |
| XYZ | 4.7 | 2.13 | 14.92 | - |
| YUV | 31.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 110 | 0.45 | 0.98 | 0 | 0.57 | 272.22 | 0.96 | 0.22 |
| Hex | 3C | 2 | 6E | 2D | 62 | 0 | 39 | 110 | 60 | 16 |
| Octal | 74 | 2 | 156 | 55 | 142 | 0 | 71 | 420 | 140 | 26 |
| Binary | 111100 | 10 | 1101110 | 101101 | 1100010 | 0 | 111001 | 100010000 | 1100000 | 10110 |
Color Harmonies of #3C026E
Complementary color
Monochromatic Colors of #3C026E
Black with #3C026E
Text Example
Text Example
White with #3C026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C026E; }
p { color: rgb(60,2,110); }
H1.HeaderClassName
{
color: #3C026E;
}
.AnyTagClassName
{
color: #3C026E;
}
</style>
background-color css
<style>
a { background-color: #3C026E; }
a { background-color: rgb(60,2,110); }
div.DivClassName
{
background-color: #3C026E;
}
.BgClassName
{
background-color: #3C026E;
}
</style>
border-color css
<style>
span { border-color: #3C026E; }
span { border-color: rgb(60,2,110); }
td.TdClassName
{
border-color: #3C026E;
}
.TagClassName
{
border-color: #3C026E;
}
</style>