Shades of Indigo #3F0062
Tints of Indigo #3F0062
RGB
CMYK
RGB Variations
Color information
#3F0062 (or 0x3F0062) is known color: Indigo. HEX triplet: 3F, 00 and 62. RGB value is (63,0,98). Sum of RGB (Red+Green+Blue) = 63+0+98=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0062 is #C0FF9D. Grayscale: #1D1D1D. Windows color (decimal): -12648350 or 6422591. OLE color: 6422591.
HSL color Cylindrical-coordinate representation of color #3F0062: hue angle of 278.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0062 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 0 | 98 | - |
| CMYK | 0.36 | 1 | 0 | 0.62 |
| HSL | 278.57º | 1% | 0.19% | - |
| HSV(B) | 278.57º | 1% | 0.38% | - |
| XYZ | 4.25 | 1.94 | 11.71 | - |
| YUV | 30.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 98 | 0.36 | 1 | 0 | 0.62 | 278.57 | 1 | 0.19 |
| Hex | 3F | 0 | 62 | 24 | 64 | 0 | 3E | 117 | 64 | 13 |
| Octal | 77 | 0 | 142 | 44 | 144 | 0 | 76 | 427 | 144 | 23 |
| Binary | 111111 | 0 | 1100010 | 100100 | 1100100 | 0 | 111110 | 100010111 | 1100100 | 10011 |
Color Harmonies of #3F0062
Complementary color
Monochromatic Colors of #3F0062
Black with #3F0062
Text Example
Text Example
White with #3F0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0062; }
p { color: rgb(63,0,98); }
H1.HeaderClassName
{
color: #3F0062;
}
.AnyTagClassName
{
color: #3F0062;
}
</style>
background-color css
<style>
a { background-color: #3F0062; }
a { background-color: rgb(63,0,98); }
div.DivClassName
{
background-color: #3F0062;
}
.BgClassName
{
background-color: #3F0062;
}
</style>
border-color css
<style>
span { border-color: #3F0062; }
span { border-color: rgb(63,0,98); }
td.TdClassName
{
border-color: #3F0062;
}
.TagClassName
{
border-color: #3F0062;
}
</style>