Shades of Indigo #630586
Tints of Indigo #630586
RGB
CMYK
RGB Variations
Color information
#630586 (or 0x630586) is known color: Indigo. HEX triplet: 63, 05 and 86. RGB value is (99,5,134). Sum of RGB (Red+Green+Blue) = 99+5+134=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #630586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630586 is #9CFA79. Grayscale: #2F2F2F. Windows color (decimal): -10287738 or 8783203. OLE color: 8783203.
HSL color Cylindrical-coordinate representation of color #630586: hue angle of 283.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630586 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 5 | 134 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.47 |
| HSL | 283.72º | 0.93% | 0.27% | - |
| HSV(B) | 283.72º | 0.96% | 0.53% | - |
| XYZ | 9.5 | 4.48 | 22.92 | - |
| YUV | 47.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 134 | 0.26 | 0.96 | 0 | 0.47 | 283.72 | 0.93 | 0.27 |
| Hex | 63 | 5 | 86 | 1A | 60 | 0 | 2F | 11C | 5D | 1B |
| Octal | 143 | 5 | 206 | 32 | 140 | 0 | 57 | 434 | 135 | 33 |
| Binary | 1100011 | 101 | 10000110 | 11010 | 1100000 | 0 | 101111 | 100011100 | 1011101 | 11011 |
Color Harmonies of #630586
Complementary color
Monochromatic Colors of #630586
Black with #630586
Text Example
Text Example
White with #630586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630586; }
p { color: rgb(99,5,134); }
H1.HeaderClassName
{
color: #630586;
}
.AnyTagClassName
{
color: #630586;
}
</style>
background-color css
<style>
a { background-color: #630586; }
a { background-color: rgb(99,5,134); }
div.DivClassName
{
background-color: #630586;
}
.BgClassName
{
background-color: #630586;
}
</style>
border-color css
<style>
span { border-color: #630586; }
span { border-color: rgb(99,5,134); }
td.TdClassName
{
border-color: #630586;
}
.TagClassName
{
border-color: #630586;
}
</style>