Shades of Indigo #3F025D
Tints of Indigo #3F025D
RGB
CMYK
RGB Variations
Color information
#3F025D (or 0x3F025D) is known color: Indigo. HEX triplet: 3F, 02 and 5D. RGB value is (63,2,93). Sum of RGB (Red+Green+Blue) = 63+2+93=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F025D is #C0FDA2. Grayscale: #1E1E1E. Windows color (decimal): -12647843 or 6095423. OLE color: 6095423.
HSL color Cylindrical-coordinate representation of color #3F025D: hue angle of 280.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F025D is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 2 | 93 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.64 |
| HSL | 280.22º | 0.96% | 0.19% | - |
| HSV(B) | 280.22º | 0.98% | 0.36% | - |
| XYZ | 4.05 | 1.89 | 10.51 | - |
| YUV | 30.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 93 | 0.32 | 0.98 | 0 | 0.64 | 280.22 | 0.96 | 0.19 |
| Hex | 3F | 2 | 5D | 20 | 62 | 0 | 40 | 118 | 60 | 13 |
| Octal | 77 | 2 | 135 | 40 | 142 | 0 | 100 | 430 | 140 | 23 |
| Binary | 111111 | 10 | 1011101 | 100000 | 1100010 | 0 | 1000000 | 100011000 | 1100000 | 10011 |
Color Harmonies of #3F025D
Complementary color
Monochromatic Colors of #3F025D
Black with #3F025D
Text Example
Text Example
White with #3F025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F025D; }
p { color: rgb(63,2,93); }
H1.HeaderClassName
{
color: #3F025D;
}
.AnyTagClassName
{
color: #3F025D;
}
</style>
background-color css
<style>
a { background-color: #3F025D; }
a { background-color: rgb(63,2,93); }
div.DivClassName
{
background-color: #3F025D;
}
.BgClassName
{
background-color: #3F025D;
}
</style>
border-color css
<style>
span { border-color: #3F025D; }
span { border-color: rgb(63,2,93); }
td.TdClassName
{
border-color: #3F025D;
}
.TagClassName
{
border-color: #3F025D;
}
</style>