Shades of Indigo #3F04A6
Tints of Indigo #3F04A6
RGB
CMYK
RGB Variations
Color information
#3F04A6 (or 0x3F04A6) is known color: Indigo. HEX triplet: 3F, 04 and A6. RGB value is (63,4,166). Sum of RGB (Red+Green+Blue) = 63+4+166=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F04A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F04A6 is #C0FB59. Grayscale: #272727. Windows color (decimal): -12647258 or 10880063. OLE color: 10880063.
HSL color Cylindrical-coordinate representation of color #3F04A6: hue angle of 261.85º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04A6 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 4 | 166 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.35 |
| HSL | 261.85º | 0.95% | 0.33% | - |
| HSV(B) | 261.85º | 0.98% | 0.65% | - |
| XYZ | 8.98 | 3.9 | 36.36 | - |
| YUV | 40.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 166 | 0.62 | 0.98 | 0 | 0.35 | 261.85 | 0.95 | 0.33 |
| Hex | 3F | 4 | A6 | 3E | 62 | 0 | 23 | 106 | 5F | 21 |
| Octal | 77 | 4 | 246 | 76 | 142 | 0 | 43 | 406 | 137 | 41 |
| Binary | 111111 | 100 | 10100110 | 111110 | 1100010 | 0 | 100011 | 100000110 | 1011111 | 100001 |
Color Harmonies of #3F04A6
Complementary color
Monochromatic Colors of #3F04A6
Black with #3F04A6
Text Example
Text Example
White with #3F04A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04A6; }
p { color: rgb(63,4,166); }
H1.HeaderClassName
{
color: #3F04A6;
}
.AnyTagClassName
{
color: #3F04A6;
}
</style>
background-color css
<style>
a { background-color: #3F04A6; }
a { background-color: rgb(63,4,166); }
div.DivClassName
{
background-color: #3F04A6;
}
.BgClassName
{
background-color: #3F04A6;
}
</style>
border-color css
<style>
span { border-color: #3F04A6; }
span { border-color: rgb(63,4,166); }
td.TdClassName
{
border-color: #3F04A6;
}
.TagClassName
{
border-color: #3F04A6;
}
</style>