Shades of Indigo #3F025B
Tints of Indigo #3F025B
RGB
CMYK
RGB Variations
Color information
#3F025B (or 0x3F025B) is known color: Indigo. HEX triplet: 3F, 02 and 5B. RGB value is (63,2,91). Sum of RGB (Red+Green+Blue) = 63+2+91=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F025B is #C0FDA4. Grayscale: #1E1E1E. Windows color (decimal): -12647845 or 5964351. OLE color: 5964351.
HSL color Cylindrical-coordinate representation of color #3F025B: hue angle of 281.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F025B is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 2 | 91 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.64 |
| HSL | 281.12º | 0.96% | 0.18% | - |
| HSV(B) | 281.12º | 0.98% | 0.36% | - |
| XYZ | 3.96 | 1.86 | 10.05 | - |
| YUV | 30.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 91 | 0.31 | 0.98 | 0 | 0.64 | 281.12 | 0.96 | 0.18 |
| Hex | 3F | 2 | 5B | 1F | 62 | 0 | 40 | 119 | 60 | 12 |
| Octal | 77 | 2 | 133 | 37 | 142 | 0 | 100 | 431 | 140 | 22 |
| Binary | 111111 | 10 | 1011011 | 11111 | 1100010 | 0 | 1000000 | 100011001 | 1100000 | 10010 |
Color Harmonies of #3F025B
Complementary color
Monochromatic Colors of #3F025B
Black with #3F025B
Text Example
Text Example
White with #3F025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F025B; }
p { color: rgb(63,2,91); }
H1.HeaderClassName
{
color: #3F025B;
}
.AnyTagClassName
{
color: #3F025B;
}
</style>
background-color css
<style>
a { background-color: #3F025B; }
a { background-color: rgb(63,2,91); }
div.DivClassName
{
background-color: #3F025B;
}
.BgClassName
{
background-color: #3F025B;
}
</style>
border-color css
<style>
span { border-color: #3F025B; }
span { border-color: rgb(63,2,91); }
td.TdClassName
{
border-color: #3F025B;
}
.TagClassName
{
border-color: #3F025B;
}
</style>