Shades of Indigo #3F035E
Tints of Indigo #3F035E
RGB
CMYK
RGB Variations
Color information
#3F035E (or 0x3F035E) is known color: Indigo. HEX triplet: 3F, 03 and 5E. RGB value is (63,3,94). Sum of RGB (Red+Green+Blue) = 63+3+94=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F035E is #C0FCA1. Grayscale: #1F1F1F. Windows color (decimal): -12647586 or 6161215. OLE color: 6161215.
HSL color Cylindrical-coordinate representation of color #3F035E: hue angle of 279.56º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F035E is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 3 | 94 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.63 |
| HSL | 279.56º | 0.94% | 0.19% | - |
| HSV(B) | 279.56º | 0.97% | 0.37% | - |
| XYZ | 4.1 | 1.93 | 10.75 | - |
| YUV | 31.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 94 | 0.33 | 0.97 | 0 | 0.63 | 279.56 | 0.94 | 0.19 |
| Hex | 3F | 3 | 5E | 21 | 61 | 0 | 3F | 118 | 5E | 13 |
| Octal | 77 | 3 | 136 | 41 | 141 | 0 | 77 | 430 | 136 | 23 |
| Binary | 111111 | 11 | 1011110 | 100001 | 1100001 | 0 | 111111 | 100011000 | 1011110 | 10011 |
Color Harmonies of #3F035E
Complementary color
Monochromatic Colors of #3F035E
Black with #3F035E
Text Example
Text Example
White with #3F035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F035E; }
p { color: rgb(63,3,94); }
H1.HeaderClassName
{
color: #3F035E;
}
.AnyTagClassName
{
color: #3F035E;
}
</style>
background-color css
<style>
a { background-color: #3F035E; }
a { background-color: rgb(63,3,94); }
div.DivClassName
{
background-color: #3F035E;
}
.BgClassName
{
background-color: #3F035E;
}
</style>
border-color css
<style>
span { border-color: #3F035E; }
span { border-color: rgb(63,3,94); }
td.TdClassName
{
border-color: #3F035E;
}
.TagClassName
{
border-color: #3F035E;
}
</style>