Shades of Indigo #3F0592
Tints of Indigo #3F0592
RGB
CMYK
RGB Variations
Color information
#3F0592 (or 0x3F0592) is known color: Indigo. HEX triplet: 3F, 05 and 92. RGB value is (63,5,146). Sum of RGB (Red+Green+Blue) = 63+5+146=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0592 is #C0FA6D. Grayscale: #252525. Windows color (decimal): -12647022 or 9569599. OLE color: 9569599.
HSL color Cylindrical-coordinate representation of color #3F0592: hue angle of 264.68º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0592 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 5 | 146 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.43 |
| HSL | 264.68º | 0.93% | 0.3% | - |
| HSV(B) | 264.68º | 0.97% | 0.57% | - |
| XYZ | 7.29 | 3.24 | 27.44 | - |
| YUV | 38.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 146 | 0.57 | 0.97 | 0 | 0.43 | 264.68 | 0.93 | 0.3 |
| Hex | 3F | 5 | 92 | 39 | 61 | 0 | 2B | 109 | 5D | 1E |
| Octal | 77 | 5 | 222 | 71 | 141 | 0 | 53 | 411 | 135 | 36 |
| Binary | 111111 | 101 | 10010010 | 111001 | 1100001 | 0 | 101011 | 100001001 | 1011101 | 11110 |
Color Harmonies of #3F0592
Complementary color
Monochromatic Colors of #3F0592
Black with #3F0592
Text Example
Text Example
White with #3F0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0592; }
p { color: rgb(63,5,146); }
H1.HeaderClassName
{
color: #3F0592;
}
.AnyTagClassName
{
color: #3F0592;
}
</style>
background-color css
<style>
a { background-color: #3F0592; }
a { background-color: rgb(63,5,146); }
div.DivClassName
{
background-color: #3F0592;
}
.BgClassName
{
background-color: #3F0592;
}
</style>
border-color css
<style>
span { border-color: #3F0592; }
span { border-color: rgb(63,5,146); }
td.TdClassName
{
border-color: #3F0592;
}
.TagClassName
{
border-color: #3F0592;
}
</style>