Shades of Indigo #3F046D
Tints of Indigo #3F046D
RGB
CMYK
RGB Variations
Color information
#3F046D (or 0x3F046D) is known color: Indigo. HEX triplet: 3F, 04 and 6D. RGB value is (63,4,109). Sum of RGB (Red+Green+Blue) = 63+4+109=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F046D is #C0FB92. Grayscale: #212121. Windows color (decimal): -12647315 or 7144511. OLE color: 7144511.
HSL color Cylindrical-coordinate representation of color #3F046D: hue angle of 273.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F046D is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 4 | 109 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.57 |
| HSL | 273.71º | 0.93% | 0.22% | - |
| HSV(B) | 273.71º | 0.96% | 0.43% | - |
| XYZ | 4.85 | 2.25 | 14.65 | - |
| YUV | 33.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 109 | 0.42 | 0.96 | 0 | 0.57 | 273.71 | 0.93 | 0.22 |
| Hex | 3F | 4 | 6D | 2A | 60 | 0 | 39 | 112 | 5D | 16 |
| Octal | 77 | 4 | 155 | 52 | 140 | 0 | 71 | 422 | 135 | 26 |
| Binary | 111111 | 100 | 1101101 | 101010 | 1100000 | 0 | 111001 | 100010010 | 1011101 | 10110 |
Color Harmonies of #3F046D
Complementary color
Monochromatic Colors of #3F046D
Black with #3F046D
Text Example
Text Example
White with #3F046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F046D; }
p { color: rgb(63,4,109); }
H1.HeaderClassName
{
color: #3F046D;
}
.AnyTagClassName
{
color: #3F046D;
}
</style>
background-color css
<style>
a { background-color: #3F046D; }
a { background-color: rgb(63,4,109); }
div.DivClassName
{
background-color: #3F046D;
}
.BgClassName
{
background-color: #3F046D;
}
</style>
border-color css
<style>
span { border-color: #3F046D; }
span { border-color: rgb(63,4,109); }
td.TdClassName
{
border-color: #3F046D;
}
.TagClassName
{
border-color: #3F046D;
}
</style>