Shades of Indigo #3F0CAC
Tints of Indigo #3F0CAC
RGB
CMYK
RGB Variations
Color information
#3F0CAC (or 0x3F0CAC) is known color: Indigo. HEX triplet: 3F, 0C and AC. RGB value is (63,12,172). Sum of RGB (Red+Green+Blue) = 63+12+172=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0CAC is #C0F353. Grayscale: #2C2C2C. Windows color (decimal): -12645204 or 11275327. OLE color: 11275327.
HSL color Cylindrical-coordinate representation of color #3F0CAC: hue angle of 259.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0CAC is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 12 | 172 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.33 |
| HSL | 259.13º | 0.87% | 0.36% | - |
| HSV(B) | 259.13º | 0.93% | 0.67% | - |
| XYZ | 9.63 | 4.3 | 39.35 | - |
| YUV | 45.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 172 | 0.63 | 0.93 | 0 | 0.33 | 259.13 | 0.87 | 0.36 |
| Hex | 3F | C | AC | 3F | 5D | 0 | 21 | 103 | 57 | 24 |
| Octal | 77 | 14 | 254 | 77 | 135 | 0 | 41 | 403 | 127 | 44 |
| Binary | 111111 | 1100 | 10101100 | 111111 | 1011101 | 0 | 100001 | 100000011 | 1010111 | 100100 |
Color Harmonies of #3F0CAC
Complementary color
Monochromatic Colors of #3F0CAC
Black with #3F0CAC
Text Example
Text Example
White with #3F0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CAC; }
p { color: rgb(63,12,172); }
H1.HeaderClassName
{
color: #3F0CAC;
}
.AnyTagClassName
{
color: #3F0CAC;
}
</style>
background-color css
<style>
a { background-color: #3F0CAC; }
a { background-color: rgb(63,12,172); }
div.DivClassName
{
background-color: #3F0CAC;
}
.BgClassName
{
background-color: #3F0CAC;
}
</style>
border-color css
<style>
span { border-color: #3F0CAC; }
span { border-color: rgb(63,12,172); }
td.TdClassName
{
border-color: #3F0CAC;
}
.TagClassName
{
border-color: #3F0CAC;
}
</style>