Shades of Indigo #3F0361
Tints of Indigo #3F0361
RGB
CMYK
RGB Variations
Color information
#3F0361 (or 0x3F0361) is known color: Indigo. HEX triplet: 3F, 03 and 61. RGB value is (63,3,97). Sum of RGB (Red+Green+Blue) = 63+3+97=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0361 is #C0FC9E. Grayscale: #1F1F1F. Windows color (decimal): -12647583 or 6357823. OLE color: 6357823.
HSL color Cylindrical-coordinate representation of color #3F0361: hue angle of 278.3º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0361 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 3 | 97 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.62 |
| HSL | 278.3º | 0.94% | 0.2% | - |
| HSV(B) | 278.3º | 0.97% | 0.38% | - |
| XYZ | 4.24 | 1.98 | 11.47 | - |
| YUV | 31.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 97 | 0.35 | 0.97 | 0 | 0.62 | 278.3 | 0.94 | 0.2 |
| Hex | 3F | 3 | 61 | 23 | 61 | 0 | 3E | 116 | 5E | 14 |
| Octal | 77 | 3 | 141 | 43 | 141 | 0 | 76 | 426 | 136 | 24 |
| Binary | 111111 | 11 | 1100001 | 100011 | 1100001 | 0 | 111110 | 100010110 | 1011110 | 10100 |
Color Harmonies of #3F0361
Complementary color
Monochromatic Colors of #3F0361
Black with #3F0361
Text Example
Text Example
White with #3F0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0361; }
p { color: rgb(63,3,97); }
H1.HeaderClassName
{
color: #3F0361;
}
.AnyTagClassName
{
color: #3F0361;
}
</style>
background-color css
<style>
a { background-color: #3F0361; }
a { background-color: rgb(63,3,97); }
div.DivClassName
{
background-color: #3F0361;
}
.BgClassName
{
background-color: #3F0361;
}
</style>
border-color css
<style>
span { border-color: #3F0361; }
span { border-color: rgb(63,3,97); }
td.TdClassName
{
border-color: #3F0361;
}
.TagClassName
{
border-color: #3F0361;
}
</style>