Shades of Indigo #630397
Tints of Indigo #630397
RGB
CMYK
RGB Variations
Color information
#630397 (or 0x630397) is known color: Indigo. HEX triplet: 63, 03 and 97. RGB value is (99,3,151). Sum of RGB (Red+Green+Blue) = 99+3+151=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #630397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630397 is #9CFC68. Grayscale: #303030. Windows color (decimal): -10288233 or 9896803. OLE color: 9896803.
HSL color Cylindrical-coordinate representation of color #630397: hue angle of 278.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630397 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 3 | 151 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.41 |
| HSL | 278.92º | 0.96% | 0.3% | - |
| HSV(B) | 278.92º | 0.98% | 0.59% | - |
| XYZ | 10.76 | 4.95 | 29.67 | - |
| YUV | 48.58 | 185.8 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 151 | 0.34 | 0.98 | 0 | 0.41 | 278.92 | 0.96 | 0.3 |
| Hex | 63 | 3 | 97 | 22 | 62 | 0 | 29 | 117 | 60 | 1E |
| Octal | 143 | 3 | 227 | 42 | 142 | 0 | 51 | 427 | 140 | 36 |
| Binary | 1100011 | 11 | 10010111 | 100010 | 1100010 | 0 | 101001 | 100010111 | 1100000 | 11110 |
Color Harmonies of #630397
Complementary color
Monochromatic Colors of #630397
Black with #630397
Text Example
Text Example
White with #630397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630397; }
p { color: rgb(99,3,151); }
H1.HeaderClassName
{
color: #630397;
}
.AnyTagClassName
{
color: #630397;
}
</style>
background-color css
<style>
a { background-color: #630397; }
a { background-color: rgb(99,3,151); }
div.DivClassName
{
background-color: #630397;
}
.BgClassName
{
background-color: #630397;
}
</style>
border-color css
<style>
span { border-color: #630397; }
span { border-color: rgb(99,3,151); }
td.TdClassName
{
border-color: #630397;
}
.TagClassName
{
border-color: #630397;
}
</style>