Shades of Indigo #3F0CAA
Tints of Indigo #3F0CAA
RGB
CMYK
RGB Variations
Color information
#3F0CAA (or 0x3F0CAA) is known color: Indigo. HEX triplet: 3F, 0C and AA. RGB value is (63,12,170). Sum of RGB (Red+Green+Blue) = 63+12+170=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0CAA is #C0F355. Grayscale: #2C2C2C. Windows color (decimal): -12645206 or 11144255. OLE color: 11144255.
HSL color Cylindrical-coordinate representation of color #3F0CAA: hue angle of 259.37º 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 #3F0CAA is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 12 | 170 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.33 |
| HSL | 259.37º | 0.87% | 0.36% | - |
| HSV(B) | 259.37º | 0.93% | 0.67% | - |
| XYZ | 9.44 | 4.22 | 38.35 | - |
| YUV | 45.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 170 | 0.63 | 0.93 | 0 | 0.33 | 259.37 | 0.87 | 0.36 |
| Hex | 3F | C | AA | 3F | 5D | 0 | 21 | 103 | 57 | 24 |
| Octal | 77 | 14 | 252 | 77 | 135 | 0 | 41 | 403 | 127 | 44 |
| Binary | 111111 | 1100 | 10101010 | 111111 | 1011101 | 0 | 100001 | 100000011 | 1010111 | 100100 |
Color Harmonies of #3F0CAA
Complementary color
Monochromatic Colors of #3F0CAA
Black with #3F0CAA
Text Example
Text Example
White with #3F0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CAA; }
p { color: rgb(63,12,170); }
H1.HeaderClassName
{
color: #3F0CAA;
}
.AnyTagClassName
{
color: #3F0CAA;
}
</style>
background-color css
<style>
a { background-color: #3F0CAA; }
a { background-color: rgb(63,12,170); }
div.DivClassName
{
background-color: #3F0CAA;
}
.BgClassName
{
background-color: #3F0CAA;
}
</style>
border-color css
<style>
span { border-color: #3F0CAA; }
span { border-color: rgb(63,12,170); }
td.TdClassName
{
border-color: #3F0CAA;
}
.TagClassName
{
border-color: #3F0CAA;
}
</style>