Shades of Indigo #3F0C9A
Tints of Indigo #3F0C9A
RGB
CMYK
RGB Variations
Color information
#3F0C9A (or 0x3F0C9A) is known color: Indigo. HEX triplet: 3F, 0C and 9A. RGB value is (63,12,154). Sum of RGB (Red+Green+Blue) = 63+12+154=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F0C9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0C9A is #C0F365. Grayscale: #2A2A2A. Windows color (decimal): -12645222 or 10095679. OLE color: 10095679.
HSL color Cylindrical-coordinate representation of color #3F0C9A: hue angle of 261.55º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0C9A is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 12 | 154 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.40 |
| HSL | 261.55º | 0.86% | 0.33% | - |
| HSV(B) | 261.55º | 0.92% | 0.6% | - |
| XYZ | 8.01 | 3.65 | 30.85 | - |
| YUV | 43.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 154 | 0.59 | 0.92 | 0 | 0.40 | 261.55 | 0.86 | 0.33 |
| Hex | 3F | C | 9A | 3B | 5C | 0 | 28 | 106 | 56 | 21 |
| Octal | 77 | 14 | 232 | 73 | 134 | 0 | 50 | 406 | 126 | 41 |
| Binary | 111111 | 1100 | 10011010 | 111011 | 1011100 | 0 | 101000 | 100000110 | 1010110 | 100001 |
Color Harmonies of #3F0C9A
Complementary color
Monochromatic Colors of #3F0C9A
Black with #3F0C9A
Text Example
Text Example
White with #3F0C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C9A; }
p { color: rgb(63,12,154); }
H1.HeaderClassName
{
color: #3F0C9A;
}
.AnyTagClassName
{
color: #3F0C9A;
}
</style>
background-color css
<style>
a { background-color: #3F0C9A; }
a { background-color: rgb(63,12,154); }
div.DivClassName
{
background-color: #3F0C9A;
}
.BgClassName
{
background-color: #3F0C9A;
}
</style>
border-color css
<style>
span { border-color: #3F0C9A; }
span { border-color: rgb(63,12,154); }
td.TdClassName
{
border-color: #3F0C9A;
}
.TagClassName
{
border-color: #3F0C9A;
}
</style>