Shades of Indigo #3F019C
Tints of Indigo #3F019C
RGB
CMYK
RGB Variations
Color information
#3F019C (or 0x3F019C) is known color: Indigo. HEX triplet: 3F, 01 and 9C. RGB value is (63,1,156). Sum of RGB (Red+Green+Blue) = 63+1+156=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F019C is #C0FE63. Grayscale: #242424. Windows color (decimal): -12648036 or 10223935. OLE color: 10223935.
HSL color Cylindrical-coordinate representation of color #3F019C: hue angle of 264º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F019C is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 1 | 156 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.39 |
| HSL | 264º | 0.99% | 0.31% | - |
| HSV(B) | 264º | 0.99% | 0.61% | - |
| XYZ | 8.06 | 3.48 | 31.7 | - |
| YUV | 37.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 156 | 0.60 | 0.99 | 0 | 0.39 | 264 | 0.99 | 0.31 |
| Hex | 3F | 1 | 9C | 3C | 63 | 0 | 27 | 108 | 63 | 1F |
| Octal | 77 | 1 | 234 | 74 | 143 | 0 | 47 | 410 | 143 | 37 |
| Binary | 111111 | 1 | 10011100 | 111100 | 1100011 | 0 | 100111 | 100001000 | 1100011 | 11111 |
Color Harmonies of #3F019C
Complementary color
Monochromatic Colors of #3F019C
Black with #3F019C
Text Example
Text Example
White with #3F019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F019C; }
p { color: rgb(63,1,156); }
H1.HeaderClassName
{
color: #3F019C;
}
.AnyTagClassName
{
color: #3F019C;
}
</style>
background-color css
<style>
a { background-color: #3F019C; }
a { background-color: rgb(63,1,156); }
div.DivClassName
{
background-color: #3F019C;
}
.BgClassName
{
background-color: #3F019C;
}
</style>
border-color css
<style>
span { border-color: #3F019C; }
span { border-color: rgb(63,1,156); }
td.TdClassName
{
border-color: #3F019C;
}
.TagClassName
{
border-color: #3F019C;
}
</style>