Shades of Indigo #3F0763
Tints of Indigo #3F0763
RGB
CMYK
RGB Variations
Color information
#3F0763 (or 0x3F0763) is known color: Indigo. HEX triplet: 3F, 07 and 63. RGB value is (63,7,99). Sum of RGB (Red+Green+Blue) = 63+7+99=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F0763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0763 is #C0F89C. Grayscale: #212121. Windows color (decimal): -12646557 or 6489919. OLE color: 6489919.
HSL color Cylindrical-coordinate representation of color #3F0763: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0763 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 7 | 99 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.61 |
| HSL | 276.52º | 0.87% | 0.21% | - |
| HSV(B) | 276.52º | 0.93% | 0.39% | - |
| XYZ | 4.38 | 2.11 | 11.98 | - |
| YUV | 34.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 99 | 0.36 | 0.93 | 0 | 0.61 | 276.52 | 0.87 | 0.21 |
| Hex | 3F | 7 | 63 | 24 | 5D | 0 | 3D | 115 | 57 | 15 |
| Octal | 77 | 7 | 143 | 44 | 135 | 0 | 75 | 425 | 127 | 25 |
| Binary | 111111 | 111 | 1100011 | 100100 | 1011101 | 0 | 111101 | 100010101 | 1010111 | 10101 |
Color Harmonies of #3F0763
Complementary color
Monochromatic Colors of #3F0763
Black with #3F0763
Text Example
Text Example
White with #3F0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0763; }
p { color: rgb(63,7,99); }
H1.HeaderClassName
{
color: #3F0763;
}
.AnyTagClassName
{
color: #3F0763;
}
</style>
background-color css
<style>
a { background-color: #3F0763; }
a { background-color: rgb(63,7,99); }
div.DivClassName
{
background-color: #3F0763;
}
.BgClassName
{
background-color: #3F0763;
}
</style>
border-color css
<style>
span { border-color: #3F0763; }
span { border-color: rgb(63,7,99); }
td.TdClassName
{
border-color: #3F0763;
}
.TagClassName
{
border-color: #3F0763;
}
</style>