Shades of Indigo #3C038F
Tints of Indigo #3C038F
RGB
CMYK
RGB Variations
Color information
#3C038F (or 0x3C038F) is known color: Indigo. HEX triplet: 3C, 03 and 8F. RGB value is (60,3,143). Sum of RGB (Red+Green+Blue) = 60+3+143=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038F is #C3FC70. Grayscale: #232323. Windows color (decimal): -12844145 or 9372476. OLE color: 9372476.
HSL color Cylindrical-coordinate representation of color #3C038F: hue angle of 264.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C038F is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 3 | 143 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.44 |
| HSL | 264.43º | 0.96% | 0.29% | - |
| HSV(B) | 264.43º | 0.98% | 0.56% | - |
| XYZ | 6.85 | 3.01 | 26.21 | - |
| YUV | 36 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 143 | 0.58 | 0.98 | 0 | 0.44 | 264.43 | 0.96 | 0.29 |
| Hex | 3C | 3 | 8F | 3A | 62 | 0 | 2C | 108 | 60 | 1D |
| Octal | 74 | 3 | 217 | 72 | 142 | 0 | 54 | 410 | 140 | 35 |
| Binary | 111100 | 11 | 10001111 | 111010 | 1100010 | 0 | 101100 | 100001000 | 1100000 | 11101 |
Color Harmonies of #3C038F
Complementary color
Monochromatic Colors of #3C038F
Black with #3C038F
Text Example
Text Example
White with #3C038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C038F; }
p { color: rgb(60,3,143); }
H1.HeaderClassName
{
color: #3C038F;
}
.AnyTagClassName
{
color: #3C038F;
}
</style>
background-color css
<style>
a { background-color: #3C038F; }
a { background-color: rgb(60,3,143); }
div.DivClassName
{
background-color: #3C038F;
}
.BgClassName
{
background-color: #3C038F;
}
</style>
border-color css
<style>
span { border-color: #3C038F; }
span { border-color: rgb(60,3,143); }
td.TdClassName
{
border-color: #3C038F;
}
.TagClassName
{
border-color: #3C038F;
}
</style>