Shades of Indigo #3F04A5
Tints of Indigo #3F04A5
RGB
CMYK
RGB Variations
Color information
#3F04A5 (or 0x3F04A5) is known color: Indigo. HEX triplet: 3F, 04 and A5. RGB value is (63,4,165). Sum of RGB (Red+Green+Blue) = 63+4+165=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F04A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F04A5 is #C0FB5A. Grayscale: #272727. Windows color (decimal): -12647259 or 10814527. OLE color: 10814527.
HSL color Cylindrical-coordinate representation of color #3F04A5: hue angle of 261.99º 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 #3F04A5 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 4 | 165 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.35 |
| HSL | 261.99º | 0.95% | 0.33% | - |
| HSV(B) | 261.99º | 0.98% | 0.65% | - |
| XYZ | 8.88 | 3.86 | 35.87 | - |
| YUV | 40 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 165 | 0.62 | 0.98 | 0 | 0.35 | 261.99 | 0.95 | 0.33 |
| Hex | 3F | 4 | A5 | 3E | 62 | 0 | 23 | 106 | 5F | 21 |
| Octal | 77 | 4 | 245 | 76 | 142 | 0 | 43 | 406 | 137 | 41 |
| Binary | 111111 | 100 | 10100101 | 111110 | 1100010 | 0 | 100011 | 100000110 | 1011111 | 100001 |
Color Harmonies of #3F04A5
Complementary color
Monochromatic Colors of #3F04A5
Black with #3F04A5
Text Example
Text Example
White with #3F04A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F04A5; }
p { color: rgb(63,4,165); }
H1.HeaderClassName
{
color: #3F04A5;
}
.AnyTagClassName
{
color: #3F04A5;
}
</style>
background-color css
<style>
a { background-color: #3F04A5; }
a { background-color: rgb(63,4,165); }
div.DivClassName
{
background-color: #3F04A5;
}
.BgClassName
{
background-color: #3F04A5;
}
</style>
border-color css
<style>
span { border-color: #3F04A5; }
span { border-color: rgb(63,4,165); }
td.TdClassName
{
border-color: #3F04A5;
}
.TagClassName
{
border-color: #3F04A5;
}
</style>