Shades of Indigo #3F04A7
Tints of Indigo #3F04A7
RGB
CMYK
RGB Variations
Color information
#3F04A7 (or 0x3F04A7) is known color: Indigo. HEX triplet: 3F, 04 and A7. RGB value is (63,4,167). Sum of RGB (Red+Green+Blue) = 63+4+167=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F04A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F04A7 is #C0FB58. Grayscale: #272727. Windows color (decimal): -12647257 or 10945599. OLE color: 10945599.
HSL color Cylindrical-coordinate representation of color #3F04A7: hue angle of 261.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04A7 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 4 | 167 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.35 |
| HSL | 261.72º | 0.95% | 0.34% | - |
| HSV(B) | 261.72º | 0.98% | 0.65% | - |
| XYZ | 9.07 | 3.93 | 36.84 | - |
| YUV | 40.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 167 | 0.62 | 0.98 | 0 | 0.35 | 261.72 | 0.95 | 0.34 |
| Hex | 3F | 4 | A7 | 3E | 62 | 0 | 23 | 106 | 5F | 22 |
| Octal | 77 | 4 | 247 | 76 | 142 | 0 | 43 | 406 | 137 | 42 |
| Binary | 111111 | 100 | 10100111 | 111110 | 1100010 | 0 | 100011 | 100000110 | 1011111 | 100010 |
Color Harmonies of #3F04A7
Complementary color
Monochromatic Colors of #3F04A7
Black with #3F04A7
Text Example
Text Example
White with #3F04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04A7; }
p { color: rgb(63,4,167); }
H1.HeaderClassName
{
color: #3F04A7;
}
.AnyTagClassName
{
color: #3F04A7;
}
</style>
background-color css
<style>
a { background-color: #3F04A7; }
a { background-color: rgb(63,4,167); }
div.DivClassName
{
background-color: #3F04A7;
}
.BgClassName
{
background-color: #3F04A7;
}
</style>
border-color css
<style>
span { border-color: #3F04A7; }
span { border-color: rgb(63,4,167); }
td.TdClassName
{
border-color: #3F04A7;
}
.TagClassName
{
border-color: #3F04A7;
}
</style>