Shades of Indigo #3F045F
Tints of Indigo #3F045F
RGB
CMYK
RGB Variations
Color information
#3F045F (or 0x3F045F) is known color: Indigo. HEX triplet: 3F, 04 and 5F. RGB value is (63,4,95). Sum of RGB (Red+Green+Blue) = 63+4+95=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F045F is #C0FBA0. Grayscale: #1F1F1F. Windows color (decimal): -12647329 or 6227007. OLE color: 6227007.
HSL color Cylindrical-coordinate representation of color #3F045F: hue angle of 278.9º 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 #3F045F is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 4 | 95 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.63 |
| HSL | 278.9º | 0.92% | 0.19% | - |
| HSV(B) | 278.9º | 0.96% | 0.37% | - |
| XYZ | 4.16 | 1.97 | 10.99 | - |
| YUV | 32.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 95 | 0.34 | 0.96 | 0 | 0.63 | 278.9 | 0.92 | 0.19 |
| Hex | 3F | 4 | 5F | 22 | 60 | 0 | 3F | 117 | 5C | 13 |
| Octal | 77 | 4 | 137 | 42 | 140 | 0 | 77 | 427 | 134 | 23 |
| Binary | 111111 | 100 | 1011111 | 100010 | 1100000 | 0 | 111111 | 100010111 | 1011100 | 10011 |
Color Harmonies of #3F045F
Complementary color
Monochromatic Colors of #3F045F
Black with #3F045F
Text Example
Text Example
White with #3F045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F045F; }
p { color: rgb(63,4,95); }
H1.HeaderClassName
{
color: #3F045F;
}
.AnyTagClassName
{
color: #3F045F;
}
</style>
background-color css
<style>
a { background-color: #3F045F; }
a { background-color: rgb(63,4,95); }
div.DivClassName
{
background-color: #3F045F;
}
.BgClassName
{
background-color: #3F045F;
}
</style>
border-color css
<style>
span { border-color: #3F045F; }
span { border-color: rgb(63,4,95); }
td.TdClassName
{
border-color: #3F045F;
}
.TagClassName
{
border-color: #3F045F;
}
</style>