Shades of Indigo #3C038A
Tints of Indigo #3C038A
RGB
CMYK
RGB Variations
Color information
#3C038A (or 0x3C038A) is known color: Indigo. HEX triplet: 3C, 03 and 8A. RGB value is (60,3,138). Sum of RGB (Red+Green+Blue) = 60+3+138=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038A is #C3FC75. Grayscale: #222222. Windows color (decimal): -12844150 or 9044796. OLE color: 9044796.
HSL color Cylindrical-coordinate representation of color #3C038A: hue angle of 265.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C038A is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 3 | 138 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.46 |
| HSL | 265.33º | 0.96% | 0.28% | - |
| HSV(B) | 265.33º | 0.98% | 0.54% | - |
| XYZ | 6.48 | 2.86 | 24.26 | - |
| YUV | 35.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 138 | 0.57 | 0.98 | 0 | 0.46 | 265.33 | 0.96 | 0.28 |
| Hex | 3C | 3 | 8A | 39 | 62 | 0 | 2E | 109 | 60 | 1C |
| Octal | 74 | 3 | 212 | 71 | 142 | 0 | 56 | 411 | 140 | 34 |
| Binary | 111100 | 11 | 10001010 | 111001 | 1100010 | 0 | 101110 | 100001001 | 1100000 | 11100 |
Color Harmonies of #3C038A
Complementary color
Monochromatic Colors of #3C038A
Black with #3C038A
Text Example
Text Example
White with #3C038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C038A; }
p { color: rgb(60,3,138); }
H1.HeaderClassName
{
color: #3C038A;
}
.AnyTagClassName
{
color: #3C038A;
}
</style>
background-color css
<style>
a { background-color: #3C038A; }
a { background-color: rgb(60,3,138); }
div.DivClassName
{
background-color: #3C038A;
}
.BgClassName
{
background-color: #3C038A;
}
</style>
border-color css
<style>
span { border-color: #3C038A; }
span { border-color: rgb(60,3,138); }
td.TdClassName
{
border-color: #3C038A;
}
.TagClassName
{
border-color: #3C038A;
}
</style>