Shades of Indigo #3F0878
Tints of Indigo #3F0878
RGB
CMYK
RGB Variations
Color information
#3F0878 (or 0x3F0878) is known color: Indigo. HEX triplet: 3F, 08 and 78. RGB value is (63,8,120). Sum of RGB (Red+Green+Blue) = 63+8+120=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F0878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0878 is #C0F787. Grayscale: #242424. Windows color (decimal): -12646280 or 7866431. OLE color: 7866431.
HSL color Cylindrical-coordinate representation of color #3F0878: hue angle of 269.46º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0878 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 8 | 120 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.53 |
| HSL | 269.46º | 0.88% | 0.25% | - |
| HSV(B) | 269.46º | 0.93% | 0.47% | - |
| XYZ | 5.53 | 2.59 | 17.98 | - |
| YUV | 37.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 120 | 0.48 | 0.93 | 0 | 0.53 | 269.46 | 0.88 | 0.25 |
| Hex | 3F | 8 | 78 | 30 | 5D | 0 | 35 | 10D | 58 | 19 |
| Octal | 77 | 10 | 170 | 60 | 135 | 0 | 65 | 415 | 130 | 31 |
| Binary | 111111 | 1000 | 1111000 | 110000 | 1011101 | 0 | 110101 | 100001101 | 1011000 | 11001 |
Color Harmonies of #3F0878
Complementary color
Monochromatic Colors of #3F0878
Black with #3F0878
Text Example
Text Example
White with #3F0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0878; }
p { color: rgb(63,8,120); }
H1.HeaderClassName
{
color: #3F0878;
}
.AnyTagClassName
{
color: #3F0878;
}
</style>
background-color css
<style>
a { background-color: #3F0878; }
a { background-color: rgb(63,8,120); }
div.DivClassName
{
background-color: #3F0878;
}
.BgClassName
{
background-color: #3F0878;
}
</style>
border-color css
<style>
span { border-color: #3F0878; }
span { border-color: rgb(63,8,120); }
td.TdClassName
{
border-color: #3F0878;
}
.TagClassName
{
border-color: #3F0878;
}
</style>