Shades of Indigo #3F0379
Tints of Indigo #3F0379
RGB
CMYK
RGB Variations
Color information
#3F0379 (or 0x3F0379) is known color: Indigo. HEX triplet: 3F, 03 and 79. RGB value is (63,3,121). Sum of RGB (Red+Green+Blue) = 63+3+121=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0379 is #C0FC86. Grayscale: #212121. Windows color (decimal): -12647559 or 7930687. OLE color: 7930687.
HSL color Cylindrical-coordinate representation of color #3F0379: hue angle of 270.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0379 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 3 | 121 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.53 |
| HSL | 270.51º | 0.95% | 0.24% | - |
| HSV(B) | 270.51º | 0.98% | 0.47% | - |
| XYZ | 5.53 | 2.5 | 18.28 | - |
| YUV | 34.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 121 | 0.48 | 0.98 | 0 | 0.53 | 270.51 | 0.95 | 0.24 |
| Hex | 3F | 3 | 79 | 30 | 62 | 0 | 35 | 10F | 5F | 18 |
| Octal | 77 | 3 | 171 | 60 | 142 | 0 | 65 | 417 | 137 | 30 |
| Binary | 111111 | 11 | 1111001 | 110000 | 1100010 | 0 | 110101 | 100001111 | 1011111 | 11000 |
Color Harmonies of #3F0379
Complementary color
Monochromatic Colors of #3F0379
Black with #3F0379
Text Example
Text Example
White with #3F0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0379; }
p { color: rgb(63,3,121); }
H1.HeaderClassName
{
color: #3F0379;
}
.AnyTagClassName
{
color: #3F0379;
}
</style>
background-color css
<style>
a { background-color: #3F0379; }
a { background-color: rgb(63,3,121); }
div.DivClassName
{
background-color: #3F0379;
}
.BgClassName
{
background-color: #3F0379;
}
</style>
border-color css
<style>
span { border-color: #3F0379; }
span { border-color: rgb(63,3,121); }
td.TdClassName
{
border-color: #3F0379;
}
.TagClassName
{
border-color: #3F0379;
}
</style>