Shades of Indigo #630583
Tints of Indigo #630583
RGB
CMYK
RGB Variations
Color information
#630583 (or 0x630583) is known color: Indigo. HEX triplet: 63, 05 and 83. RGB value is (99,5,131). Sum of RGB (Red+Green+Blue) = 99+5+131=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #630583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630583 is #9CFA7C. Grayscale: #2F2F2F. Windows color (decimal): -10287741 or 8586595. OLE color: 8586595.
HSL color Cylindrical-coordinate representation of color #630583: hue angle of 284.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630583 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 5 | 131 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.49 |
| HSL | 284.76º | 0.93% | 0.27% | - |
| HSV(B) | 284.76º | 0.96% | 0.51% | - |
| XYZ | 9.3 | 4.4 | 21.83 | - |
| YUV | 47.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 131 | 0.24 | 0.96 | 0 | 0.49 | 284.76 | 0.93 | 0.27 |
| Hex | 63 | 5 | 83 | 18 | 60 | 0 | 31 | 11D | 5D | 1B |
| Octal | 143 | 5 | 203 | 30 | 140 | 0 | 61 | 435 | 135 | 33 |
| Binary | 1100011 | 101 | 10000011 | 11000 | 1100000 | 0 | 110001 | 100011101 | 1011101 | 11011 |
Color Harmonies of #630583
Complementary color
Monochromatic Colors of #630583
Black with #630583
Text Example
Text Example
White with #630583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630583; }
p { color: rgb(99,5,131); }
H1.HeaderClassName
{
color: #630583;
}
.AnyTagClassName
{
color: #630583;
}
</style>
background-color css
<style>
a { background-color: #630583; }
a { background-color: rgb(99,5,131); }
div.DivClassName
{
background-color: #630583;
}
.BgClassName
{
background-color: #630583;
}
</style>
border-color css
<style>
span { border-color: #630583; }
span { border-color: rgb(99,5,131); }
td.TdClassName
{
border-color: #630583;
}
.TagClassName
{
border-color: #630583;
}
</style>