Shades of Indigo #3F0FAD
Tints of Indigo #3F0FAD
RGB
CMYK
RGB Variations
Color information
#3F0FAD (or 0x3F0FAD) is known color: Indigo. HEX triplet: 3F, 0F and AD. RGB value is (63,15,173). Sum of RGB (Red+Green+Blue) = 63+15+173=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FAD is #C0F052. Grayscale: #2E2E2E. Windows color (decimal): -12644435 or 11341631. OLE color: 11341631.
HSL color Cylindrical-coordinate representation of color #3F0FAD: hue angle of 258.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FAD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 15 | 173 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.32 |
| HSL | 258.23º | 0.84% | 0.37% | - |
| HSV(B) | 258.23º | 0.91% | 0.68% | - |
| XYZ | 9.76 | 4.42 | 39.87 | - |
| YUV | 47.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 173 | 0.64 | 0.91 | 0 | 0.32 | 258.23 | 0.84 | 0.37 |
| Hex | 3F | F | AD | 40 | 5B | 0 | 20 | 102 | 54 | 25 |
| Octal | 77 | 17 | 255 | 100 | 133 | 0 | 40 | 402 | 124 | 45 |
| Binary | 111111 | 1111 | 10101101 | 1000000 | 1011011 | 0 | 100000 | 100000010 | 1010100 | 100101 |
Color Harmonies of #3F0FAD
Complementary color
Monochromatic Colors of #3F0FAD
Black with #3F0FAD
Text Example
Text Example
White with #3F0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FAD; }
p { color: rgb(63,15,173); }
H1.HeaderClassName
{
color: #3F0FAD;
}
.AnyTagClassName
{
color: #3F0FAD;
}
</style>
background-color css
<style>
a { background-color: #3F0FAD; }
a { background-color: rgb(63,15,173); }
div.DivClassName
{
background-color: #3F0FAD;
}
.BgClassName
{
background-color: #3F0FAD;
}
</style>
border-color css
<style>
span { border-color: #3F0FAD; }
span { border-color: rgb(63,15,173); }
td.TdClassName
{
border-color: #3F0FAD;
}
.TagClassName
{
border-color: #3F0FAD;
}
</style>