Shades of Indigo #3C038B
Tints of Indigo #3C038B
RGB
CMYK
RGB Variations
Color information
#3C038B (or 0x3C038B) is known color: Indigo. HEX triplet: 3C, 03 and 8B. RGB value is (60,3,139). Sum of RGB (Red+Green+Blue) = 60+3+139=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038B is #C3FC74. Grayscale: #232323. Windows color (decimal): -12844149 or 9110332. OLE color: 9110332.
HSL color Cylindrical-coordinate representation of color #3C038B: hue angle of 265.15º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C038B is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 3 | 139 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.45 |
| HSL | 265.15º | 0.96% | 0.28% | - |
| HSV(B) | 265.15º | 0.98% | 0.55% | - |
| XYZ | 6.56 | 2.89 | 24.64 | - |
| YUV | 35.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 139 | 0.57 | 0.98 | 0 | 0.45 | 265.15 | 0.96 | 0.28 |
| Hex | 3C | 3 | 8B | 39 | 62 | 0 | 2D | 109 | 60 | 1C |
| Octal | 74 | 3 | 213 | 71 | 142 | 0 | 55 | 411 | 140 | 34 |
| Binary | 111100 | 11 | 10001011 | 111001 | 1100010 | 0 | 101101 | 100001001 | 1100000 | 11100 |
Color Harmonies of #3C038B
Complementary color
Monochromatic Colors of #3C038B
Black with #3C038B
Text Example
Text Example
White with #3C038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C038B; }
p { color: rgb(60,3,139); }
H1.HeaderClassName
{
color: #3C038B;
}
.AnyTagClassName
{
color: #3C038B;
}
</style>
background-color css
<style>
a { background-color: #3C038B; }
a { background-color: rgb(60,3,139); }
div.DivClassName
{
background-color: #3C038B;
}
.BgClassName
{
background-color: #3C038B;
}
</style>
border-color css
<style>
span { border-color: #3C038B; }
span { border-color: rgb(60,3,139); }
td.TdClassName
{
border-color: #3C038B;
}
.TagClassName
{
border-color: #3C038B;
}
</style>