Shades of Indigo #3F0598
Tints of Indigo #3F0598
RGB
CMYK
RGB Variations
Color information
#3F0598 (or 0x3F0598) is known color: Indigo. HEX triplet: 3F, 05 and 98. RGB value is (63,5,152). Sum of RGB (Red+Green+Blue) = 63+5+152=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F0598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0598 is #C0FA67. Grayscale: #262626. Windows color (decimal): -12647016 or 9962815. OLE color: 9962815.
HSL color Cylindrical-coordinate representation of color #3F0598: hue angle of 263.67º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0598 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 5 | 152 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.40 |
| HSL | 263.67º | 0.94% | 0.31% | - |
| HSV(B) | 263.67º | 0.97% | 0.6% | - |
| XYZ | 7.77 | 3.43 | 29.96 | - |
| YUV | 39.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 152 | 0.59 | 0.97 | 0 | 0.40 | 263.67 | 0.94 | 0.31 |
| Hex | 3F | 5 | 98 | 3B | 61 | 0 | 28 | 108 | 5E | 1F |
| Octal | 77 | 5 | 230 | 73 | 141 | 0 | 50 | 410 | 136 | 37 |
| Binary | 111111 | 101 | 10011000 | 111011 | 1100001 | 0 | 101000 | 100001000 | 1011110 | 11111 |
Color Harmonies of #3F0598
Complementary color
Monochromatic Colors of #3F0598
Black with #3F0598
Text Example
Text Example
White with #3F0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0598; }
p { color: rgb(63,5,152); }
H1.HeaderClassName
{
color: #3F0598;
}
.AnyTagClassName
{
color: #3F0598;
}
</style>
background-color css
<style>
a { background-color: #3F0598; }
a { background-color: rgb(63,5,152); }
div.DivClassName
{
background-color: #3F0598;
}
.BgClassName
{
background-color: #3F0598;
}
</style>
border-color css
<style>
span { border-color: #3F0598; }
span { border-color: rgb(63,5,152); }
td.TdClassName
{
border-color: #3F0598;
}
.TagClassName
{
border-color: #3F0598;
}
</style>