Shades of Indigo #3F045E
Tints of Indigo #3F045E
RGB
CMYK
RGB Variations
Color information
#3F045E (or 0x3F045E) is known color: Indigo. HEX triplet: 3F, 04 and 5E. RGB value is (63,4,94). Sum of RGB (Red+Green+Blue) = 63+4+94=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F045E is #C0FBA1. Grayscale: #1F1F1F. Windows color (decimal): -12647330 or 6161471. OLE color: 6161471.
HSL color Cylindrical-coordinate representation of color #3F045E: hue angle of 279.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F045E is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 4 | 94 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.63 |
| HSL | 279.33º | 0.92% | 0.19% | - |
| HSV(B) | 279.33º | 0.96% | 0.37% | - |
| XYZ | 4.11 | 1.95 | 10.75 | - |
| YUV | 31.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 94 | 0.33 | 0.96 | 0 | 0.63 | 279.33 | 0.92 | 0.19 |
| Hex | 3F | 4 | 5E | 21 | 60 | 0 | 3F | 117 | 5C | 13 |
| Octal | 77 | 4 | 136 | 41 | 140 | 0 | 77 | 427 | 134 | 23 |
| Binary | 111111 | 100 | 1011110 | 100001 | 1100000 | 0 | 111111 | 100010111 | 1011100 | 10011 |
Color Harmonies of #3F045E
Complementary color
Monochromatic Colors of #3F045E
Black with #3F045E
Text Example
Text Example
White with #3F045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F045E; }
p { color: rgb(63,4,94); }
H1.HeaderClassName
{
color: #3F045E;
}
.AnyTagClassName
{
color: #3F045E;
}
</style>
background-color css
<style>
a { background-color: #3F045E; }
a { background-color: rgb(63,4,94); }
div.DivClassName
{
background-color: #3F045E;
}
.BgClassName
{
background-color: #3F045E;
}
</style>
border-color css
<style>
span { border-color: #3F045E; }
span { border-color: rgb(63,4,94); }
td.TdClassName
{
border-color: #3F045E;
}
.TagClassName
{
border-color: #3F045E;
}
</style>