Shades of Indigo #630682
Tints of Indigo #630682
RGB
CMYK
RGB Variations
Color information
#630682 (or 0x630682) is known color: Indigo. HEX triplet: 63, 06 and 82. RGB value is (99,6,130). Sum of RGB (Red+Green+Blue) = 99+6+130=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #630682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630682 is #9CF97D. Grayscale: #2F2F2F. Windows color (decimal): -10287486 or 8521315. OLE color: 8521315.
HSL color Cylindrical-coordinate representation of color #630682: hue angle of 285º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630682 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 6 | 130 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.49 |
| HSL | 285º | 0.91% | 0.27% | - |
| HSV(B) | 285º | 0.95% | 0.51% | - |
| XYZ | 9.24 | 4.39 | 21.48 | - |
| YUV | 47.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 130 | 0.24 | 0.95 | 0 | 0.49 | 285 | 0.91 | 0.27 |
| Hex | 63 | 6 | 82 | 18 | 5F | 0 | 31 | 11D | 5B | 1B |
| Octal | 143 | 6 | 202 | 30 | 137 | 0 | 61 | 435 | 133 | 33 |
| Binary | 1100011 | 110 | 10000010 | 11000 | 1011111 | 0 | 110001 | 100011101 | 1011011 | 11011 |
Color Harmonies of #630682
Complementary color
Monochromatic Colors of #630682
Black with #630682
Text Example
Text Example
White with #630682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630682; }
p { color: rgb(99,6,130); }
H1.HeaderClassName
{
color: #630682;
}
.AnyTagClassName
{
color: #630682;
}
</style>
background-color css
<style>
a { background-color: #630682; }
a { background-color: rgb(99,6,130); }
div.DivClassName
{
background-color: #630682;
}
.BgClassName
{
background-color: #630682;
}
</style>
border-color css
<style>
span { border-color: #630682; }
span { border-color: rgb(99,6,130); }
td.TdClassName
{
border-color: #630682;
}
.TagClassName
{
border-color: #630682;
}
</style>