Shades of Indigo #3F0A90
Tints of Indigo #3F0A90
RGB
CMYK
RGB Variations
Color information
#3F0A90 (or 0x3F0A90) is known color: Indigo. HEX triplet: 3F, 0A and 90. RGB value is (63,10,144). Sum of RGB (Red+Green+Blue) = 63+10+144=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0A90 is #C0F56F. Grayscale: #282828. Windows color (decimal): -12645744 or 9439807. OLE color: 9439807.
HSL color Cylindrical-coordinate representation of color #3F0A90: hue angle of 263.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0A90 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 10 | 144 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.44 |
| HSL | 263.73º | 0.87% | 0.3% | - |
| HSV(B) | 263.73º | 0.93% | 0.56% | - |
| XYZ | 7.19 | 3.29 | 26.64 | - |
| YUV | 41.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 144 | 0.56 | 0.93 | 0 | 0.44 | 263.73 | 0.87 | 0.3 |
| Hex | 3F | A | 90 | 38 | 5D | 0 | 2C | 108 | 57 | 1E |
| Octal | 77 | 12 | 220 | 70 | 135 | 0 | 54 | 410 | 127 | 36 |
| Binary | 111111 | 1010 | 10010000 | 111000 | 1011101 | 0 | 101100 | 100001000 | 1010111 | 11110 |
Color Harmonies of #3F0A90
Complementary color
Monochromatic Colors of #3F0A90
Black with #3F0A90
Text Example
Text Example
White with #3F0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A90; }
p { color: rgb(63,10,144); }
H1.HeaderClassName
{
color: #3F0A90;
}
.AnyTagClassName
{
color: #3F0A90;
}
</style>
background-color css
<style>
a { background-color: #3F0A90; }
a { background-color: rgb(63,10,144); }
div.DivClassName
{
background-color: #3F0A90;
}
.BgClassName
{
background-color: #3F0A90;
}
</style>
border-color css
<style>
span { border-color: #3F0A90; }
span { border-color: rgb(63,10,144); }
td.TdClassName
{
border-color: #3F0A90;
}
.TagClassName
{
border-color: #3F0A90;
}
</style>