Shades of Indigo #3F0FAC
Tints of Indigo #3F0FAC
RGB
CMYK
RGB Variations
Color information
#3F0FAC (or 0x3F0FAC) is known color: Indigo. HEX triplet: 3F, 0F and AC. RGB value is (63,15,172). Sum of RGB (Red+Green+Blue) = 63+15+172=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FAC is #C0F053. Grayscale: #2E2E2E. Windows color (decimal): -12644436 or 11276095. OLE color: 11276095.
HSL color Cylindrical-coordinate representation of color #3F0FAC: hue angle of 258.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FAC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 15 | 172 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.33 |
| HSL | 258.34º | 0.84% | 0.37% | - |
| HSV(B) | 258.34º | 0.91% | 0.67% | - |
| XYZ | 9.67 | 4.38 | 39.37 | - |
| YUV | 47.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 172 | 0.63 | 0.91 | 0 | 0.33 | 258.34 | 0.84 | 0.37 |
| Hex | 3F | F | AC | 3F | 5B | 0 | 21 | 102 | 54 | 25 |
| Octal | 77 | 17 | 254 | 77 | 133 | 0 | 41 | 402 | 124 | 45 |
| Binary | 111111 | 1111 | 10101100 | 111111 | 1011011 | 0 | 100001 | 100000010 | 1010100 | 100101 |
Color Harmonies of #3F0FAC
Complementary color
Monochromatic Colors of #3F0FAC
Black with #3F0FAC
Text Example
Text Example
White with #3F0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FAC; }
p { color: rgb(63,15,172); }
H1.HeaderClassName
{
color: #3F0FAC;
}
.AnyTagClassName
{
color: #3F0FAC;
}
</style>
background-color css
<style>
a { background-color: #3F0FAC; }
a { background-color: rgb(63,15,172); }
div.DivClassName
{
background-color: #3F0FAC;
}
.BgClassName
{
background-color: #3F0FAC;
}
</style>
border-color css
<style>
span { border-color: #3F0FAC; }
span { border-color: rgb(63,15,172); }
td.TdClassName
{
border-color: #3F0FAC;
}
.TagClassName
{
border-color: #3F0FAC;
}
</style>