Shades of Indigo #3F035D
Tints of Indigo #3F035D
RGB
CMYK
RGB Variations
Color information
#3F035D (or 0x3F035D) is known color: Indigo. HEX triplet: 3F, 03 and 5D. RGB value is (63,3,93). Sum of RGB (Red+Green+Blue) = 63+3+93=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F035D is #C0FCA2. Grayscale: #1E1E1E. Windows color (decimal): -12647587 or 6095679. OLE color: 6095679.
HSL color Cylindrical-coordinate representation of color #3F035D: hue angle of 280º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F035D is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 3 | 93 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.64 |
| HSL | 280º | 0.94% | 0.19% | - |
| HSV(B) | 280º | 0.97% | 0.36% | - |
| XYZ | 4.06 | 1.91 | 10.51 | - |
| YUV | 31.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 93 | 0.32 | 0.97 | 0 | 0.64 | 280 | 0.94 | 0.19 |
| Hex | 3F | 3 | 5D | 20 | 61 | 0 | 40 | 118 | 5E | 13 |
| Octal | 77 | 3 | 135 | 40 | 141 | 0 | 100 | 430 | 136 | 23 |
| Binary | 111111 | 11 | 1011101 | 100000 | 1100001 | 0 | 1000000 | 100011000 | 1011110 | 10011 |
Color Harmonies of #3F035D
Complementary color
Monochromatic Colors of #3F035D
Black with #3F035D
Text Example
Text Example
White with #3F035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F035D; }
p { color: rgb(63,3,93); }
H1.HeaderClassName
{
color: #3F035D;
}
.AnyTagClassName
{
color: #3F035D;
}
</style>
background-color css
<style>
a { background-color: #3F035D; }
a { background-color: rgb(63,3,93); }
div.DivClassName
{
background-color: #3F035D;
}
.BgClassName
{
background-color: #3F035D;
}
</style>
border-color css
<style>
span { border-color: #3F035D; }
span { border-color: rgb(63,3,93); }
td.TdClassName
{
border-color: #3F035D;
}
.TagClassName
{
border-color: #3F035D;
}
</style>