Shades of Indigo #3F079A
Tints of Indigo #3F079A
RGB
CMYK
RGB Variations
Color information
#3F079A (or 0x3F079A) is known color: Indigo. HEX triplet: 3F, 07 and 9A. RGB value is (63,7,154). Sum of RGB (Red+Green+Blue) = 63+7+154=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F079A is #C0F865. Grayscale: #272727. Windows color (decimal): -12646502 or 10094399. OLE color: 10094399.
HSL color Cylindrical-coordinate representation of color #3F079A: hue angle of 262.86º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F079A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 7 | 154 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.40 |
| HSL | 262.86º | 0.91% | 0.32% | - |
| HSV(B) | 262.86º | 0.95% | 0.6% | - |
| XYZ | 7.96 | 3.54 | 30.84 | - |
| YUV | 40.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 154 | 0.59 | 0.95 | 0 | 0.40 | 262.86 | 0.91 | 0.32 |
| Hex | 3F | 7 | 9A | 3B | 5F | 0 | 28 | 107 | 5B | 20 |
| Octal | 77 | 7 | 232 | 73 | 137 | 0 | 50 | 407 | 133 | 40 |
| Binary | 111111 | 111 | 10011010 | 111011 | 1011111 | 0 | 101000 | 100000111 | 1011011 | 100000 |
Color Harmonies of #3F079A
Complementary color
Monochromatic Colors of #3F079A
Black with #3F079A
Text Example
Text Example
White with #3F079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F079A; }
p { color: rgb(63,7,154); }
H1.HeaderClassName
{
color: #3F079A;
}
.AnyTagClassName
{
color: #3F079A;
}
</style>
background-color css
<style>
a { background-color: #3F079A; }
a { background-color: rgb(63,7,154); }
div.DivClassName
{
background-color: #3F079A;
}
.BgClassName
{
background-color: #3F079A;
}
</style>
border-color css
<style>
span { border-color: #3F079A; }
span { border-color: rgb(63,7,154); }
td.TdClassName
{
border-color: #3F079A;
}
.TagClassName
{
border-color: #3F079A;
}
</style>