Shades of Indigo #3F046C
Tints of Indigo #3F046C
RGB
CMYK
RGB Variations
Color information
#3F046C (or 0x3F046C) is known color: Indigo. HEX triplet: 3F, 04 and 6C. RGB value is (63,4,108). Sum of RGB (Red+Green+Blue) = 63+4+108=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F046C is #C0FB93. Grayscale: #212121. Windows color (decimal): -12647316 or 7078975. OLE color: 7078975.
HSL color Cylindrical-coordinate representation of color #3F046C: hue angle of 274.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F046C is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 4 | 108 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.58 |
| HSL | 274.04º | 0.93% | 0.22% | - |
| HSV(B) | 274.04º | 0.96% | 0.42% | - |
| XYZ | 4.8 | 2.23 | 14.36 | - |
| YUV | 33.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 108 | 0.42 | 0.96 | 0 | 0.58 | 274.04 | 0.93 | 0.22 |
| Hex | 3F | 4 | 6C | 2A | 60 | 0 | 3A | 112 | 5D | 16 |
| Octal | 77 | 4 | 154 | 52 | 140 | 0 | 72 | 422 | 135 | 26 |
| Binary | 111111 | 100 | 1101100 | 101010 | 1100000 | 0 | 111010 | 100010010 | 1011101 | 10110 |
Color Harmonies of #3F046C
Complementary color
Monochromatic Colors of #3F046C
Black with #3F046C
Text Example
Text Example
White with #3F046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F046C; }
p { color: rgb(63,4,108); }
H1.HeaderClassName
{
color: #3F046C;
}
.AnyTagClassName
{
color: #3F046C;
}
</style>
background-color css
<style>
a { background-color: #3F046C; }
a { background-color: rgb(63,4,108); }
div.DivClassName
{
background-color: #3F046C;
}
.BgClassName
{
background-color: #3F046C;
}
</style>
border-color css
<style>
span { border-color: #3F046C; }
span { border-color: rgb(63,4,108); }
td.TdClassName
{
border-color: #3F046C;
}
.TagClassName
{
border-color: #3F046C;
}
</style>