Shades of Indigo #3F0593
Tints of Indigo #3F0593
RGB
CMYK
RGB Variations
Color information
#3F0593 (or 0x3F0593) is known color: Indigo. HEX triplet: 3F, 05 and 93. RGB value is (63,5,147). Sum of RGB (Red+Green+Blue) = 63+5+147=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0593 is #C0FA6C. Grayscale: #262626. Windows color (decimal): -12647021 or 9635135. OLE color: 9635135.
HSL color Cylindrical-coordinate representation of color #3F0593: hue angle of 264.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0593 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 5 | 147 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.42 |
| HSL | 264.51º | 0.93% | 0.3% | - |
| HSV(B) | 264.51º | 0.97% | 0.58% | - |
| XYZ | 7.37 | 3.27 | 27.85 | - |
| YUV | 38.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 147 | 0.57 | 0.97 | 0 | 0.42 | 264.51 | 0.93 | 0.3 |
| Hex | 3F | 5 | 93 | 39 | 61 | 0 | 2A | 109 | 5D | 1E |
| Octal | 77 | 5 | 223 | 71 | 141 | 0 | 52 | 411 | 135 | 36 |
| Binary | 111111 | 101 | 10010011 | 111001 | 1100001 | 0 | 101010 | 100001001 | 1011101 | 11110 |
Color Harmonies of #3F0593
Complementary color
Monochromatic Colors of #3F0593
Black with #3F0593
Text Example
Text Example
White with #3F0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0593; }
p { color: rgb(63,5,147); }
H1.HeaderClassName
{
color: #3F0593;
}
.AnyTagClassName
{
color: #3F0593;
}
</style>
background-color css
<style>
a { background-color: #3F0593; }
a { background-color: rgb(63,5,147); }
div.DivClassName
{
background-color: #3F0593;
}
.BgClassName
{
background-color: #3F0593;
}
</style>
border-color css
<style>
span { border-color: #3F0593; }
span { border-color: rgb(63,5,147); }
td.TdClassName
{
border-color: #3F0593;
}
.TagClassName
{
border-color: #3F0593;
}
</style>