Shades of Indigo #3F0588
Tints of Indigo #3F0588
RGB
CMYK
RGB Variations
Color information
#3F0588 (or 0x3F0588) is known color: Indigo. HEX triplet: 3F, 05 and 88. RGB value is (63,5,136). Sum of RGB (Red+Green+Blue) = 63+5+136=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0588 is #C0FA77. Grayscale: #242424. Windows color (decimal): -12647032 or 8914239. OLE color: 8914239.
HSL color Cylindrical-coordinate representation of color #3F0588: hue angle of 266.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0588 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 5 | 136 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.47 |
| HSL | 266.56º | 0.93% | 0.28% | - |
| HSV(B) | 266.56º | 0.96% | 0.53% | - |
| XYZ | 6.55 | 2.94 | 23.52 | - |
| YUV | 37.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 136 | 0.54 | 0.96 | 0 | 0.47 | 266.56 | 0.93 | 0.28 |
| Hex | 3F | 5 | 88 | 36 | 60 | 0 | 2F | 10B | 5D | 1C |
| Octal | 77 | 5 | 210 | 66 | 140 | 0 | 57 | 413 | 135 | 34 |
| Binary | 111111 | 101 | 10001000 | 110110 | 1100000 | 0 | 101111 | 100001011 | 1011101 | 11100 |
Color Harmonies of #3F0588
Complementary color
Monochromatic Colors of #3F0588
Black with #3F0588
Text Example
Text Example
White with #3F0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0588; }
p { color: rgb(63,5,136); }
H1.HeaderClassName
{
color: #3F0588;
}
.AnyTagClassName
{
color: #3F0588;
}
</style>
background-color css
<style>
a { background-color: #3F0588; }
a { background-color: rgb(63,5,136); }
div.DivClassName
{
background-color: #3F0588;
}
.BgClassName
{
background-color: #3F0588;
}
</style>
border-color css
<style>
span { border-color: #3F0588; }
span { border-color: rgb(63,5,136); }
td.TdClassName
{
border-color: #3F0588;
}
.TagClassName
{
border-color: #3F0588;
}
</style>