Shades of Indigo #3F0CAF
Tints of Indigo #3F0CAF
RGB
CMYK
RGB Variations
Color information
#3F0CAF (or 0x3F0CAF) is known color: Indigo. HEX triplet: 3F, 0C and AF. RGB value is (63,12,175). Sum of RGB (Red+Green+Blue) = 63+12+175=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F0CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0CAF is #C0F350. Grayscale: #2D2D2D. Windows color (decimal): -12645201 or 11471935. OLE color: 11471935.
HSL color Cylindrical-coordinate representation of color #3F0CAF: hue angle of 258.77º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0CAF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 12 | 175 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.31 |
| HSL | 258.77º | 0.87% | 0.37% | - |
| HSV(B) | 258.77º | 0.93% | 0.69% | - |
| XYZ | 9.92 | 4.41 | 40.89 | - |
| YUV | 45.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 175 | 0.64 | 0.93 | 0 | 0.31 | 258.77 | 0.87 | 0.37 |
| Hex | 3F | C | AF | 40 | 5D | 0 | 1F | 103 | 57 | 25 |
| Octal | 77 | 14 | 257 | 100 | 135 | 0 | 37 | 403 | 127 | 45 |
| Binary | 111111 | 1100 | 10101111 | 1000000 | 1011101 | 0 | 11111 | 100000011 | 1010111 | 100101 |
Color Harmonies of #3F0CAF
Complementary color
Monochromatic Colors of #3F0CAF
Black with #3F0CAF
Text Example
Text Example
White with #3F0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CAF; }
p { color: rgb(63,12,175); }
H1.HeaderClassName
{
color: #3F0CAF;
}
.AnyTagClassName
{
color: #3F0CAF;
}
</style>
background-color css
<style>
a { background-color: #3F0CAF; }
a { background-color: rgb(63,12,175); }
div.DivClassName
{
background-color: #3F0CAF;
}
.BgClassName
{
background-color: #3F0CAF;
}
</style>
border-color css
<style>
span { border-color: #3F0CAF; }
span { border-color: rgb(63,12,175); }
td.TdClassName
{
border-color: #3F0CAF;
}
.TagClassName
{
border-color: #3F0CAF;
}
</style>