Shades of Indigo #3F005C
Tints of Indigo #3F005C
RGB
CMYK
RGB Variations
Color information
#3F005C (or 0x3F005C) is known color: Indigo. HEX triplet: 3F, 00 and 5C. RGB value is (63,0,92). Sum of RGB (Red+Green+Blue) = 63+0+92=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F005C is #C0FFA3. Grayscale: #1D1D1D. Windows color (decimal): -12648356 or 6029375. OLE color: 6029375.
HSL color Cylindrical-coordinate representation of color #3F005C: hue angle of 281.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F005C is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 0 | 92 | - |
| CMYK | 0.32 | 1 | 0 | 0.64 |
| HSL | 281.09º | 1% | 0.18% | - |
| HSV(B) | 281.09º | 1% | 0.36% | - |
| XYZ | 3.98 | 1.83 | 10.27 | - |
| YUV | 29.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 92 | 0.32 | 1 | 0 | 0.64 | 281.09 | 1 | 0.18 |
| Hex | 3F | 0 | 5C | 20 | 64 | 0 | 40 | 119 | 64 | 12 |
| Octal | 77 | 0 | 134 | 40 | 144 | 0 | 100 | 431 | 144 | 22 |
| Binary | 111111 | 0 | 1011100 | 100000 | 1100100 | 0 | 1000000 | 100011001 | 1100100 | 10010 |
Color Harmonies of #3F005C
Complementary color
Monochromatic Colors of #3F005C
Black with #3F005C
Text Example
Text Example
White with #3F005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F005C; }
p { color: rgb(63,0,92); }
H1.HeaderClassName
{
color: #3F005C;
}
.AnyTagClassName
{
color: #3F005C;
}
</style>
background-color css
<style>
a { background-color: #3F005C; }
a { background-color: rgb(63,0,92); }
div.DivClassName
{
background-color: #3F005C;
}
.BgClassName
{
background-color: #3F005C;
}
</style>
border-color css
<style>
span { border-color: #3F005C; }
span { border-color: rgb(63,0,92); }
td.TdClassName
{
border-color: #3F005C;
}
.TagClassName
{
border-color: #3F005C;
}
</style>