Shades of Indigo #3F0468
Tints of Indigo #3F0468
RGB
CMYK
RGB Variations
Color information
#3F0468 (or 0x3F0468) is known color: Indigo. HEX triplet: 3F, 04 and 68. RGB value is (63,4,104). Sum of RGB (Red+Green+Blue) = 63+4+104=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0468 is #C0FB97. Grayscale: #202020. Windows color (decimal): -12647320 or 6816831. OLE color: 6816831.
HSL color Cylindrical-coordinate representation of color #3F0468: hue angle of 275.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0468 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 4 | 104 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.59 |
| HSL | 275.4º | 0.93% | 0.21% | - |
| HSV(B) | 275.4º | 0.96% | 0.41% | - |
| XYZ | 4.59 | 2.14 | 13.27 | - |
| YUV | 33.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 104 | 0.39 | 0.96 | 0 | 0.59 | 275.4 | 0.93 | 0.21 |
| Hex | 3F | 4 | 68 | 27 | 60 | 0 | 3B | 113 | 5D | 15 |
| Octal | 77 | 4 | 150 | 47 | 140 | 0 | 73 | 423 | 135 | 25 |
| Binary | 111111 | 100 | 1101000 | 100111 | 1100000 | 0 | 111011 | 100010011 | 1011101 | 10101 |
Color Harmonies of #3F0468
Complementary color
Monochromatic Colors of #3F0468
Black with #3F0468
Text Example
Text Example
White with #3F0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0468; }
p { color: rgb(63,4,104); }
H1.HeaderClassName
{
color: #3F0468;
}
.AnyTagClassName
{
color: #3F0468;
}
</style>
background-color css
<style>
a { background-color: #3F0468; }
a { background-color: rgb(63,4,104); }
div.DivClassName
{
background-color: #3F0468;
}
.BgClassName
{
background-color: #3F0468;
}
</style>
border-color css
<style>
span { border-color: #3F0468; }
span { border-color: rgb(63,4,104); }
td.TdClassName
{
border-color: #3F0468;
}
.TagClassName
{
border-color: #3F0468;
}
</style>