Shades of Indigo #630197
Tints of Indigo #630197
RGB
CMYK
RGB Variations
Color information
#630197 (or 0x630197) is known color: Indigo. HEX triplet: 63, 01 and 97. RGB value is (99,1,151). Sum of RGB (Red+Green+Blue) = 99+1+151=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #630197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630197 is #9CFE68. Grayscale: #2E2E2E. Windows color (decimal): -10288745 or 9896291. OLE color: 9896291.
HSL color Cylindrical-coordinate representation of color #630197: hue angle of 279.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630197 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 1 | 151 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.41 |
| HSL | 279.2º | 0.99% | 0.3% | - |
| HSV(B) | 279.2º | 0.99% | 0.59% | - |
| XYZ | 10.74 | 4.91 | 29.66 | - |
| YUV | 47.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 151 | 0.34 | 0.99 | 0 | 0.41 | 279.2 | 0.99 | 0.3 |
| Hex | 63 | 1 | 97 | 22 | 63 | 0 | 29 | 117 | 63 | 1E |
| Octal | 143 | 1 | 227 | 42 | 143 | 0 | 51 | 427 | 143 | 36 |
| Binary | 1100011 | 1 | 10010111 | 100010 | 1100011 | 0 | 101001 | 100010111 | 1100011 | 11110 |
Color Harmonies of #630197
Complementary color
Monochromatic Colors of #630197
Black with #630197
Text Example
Text Example
White with #630197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630197; }
p { color: rgb(99,1,151); }
H1.HeaderClassName
{
color: #630197;
}
.AnyTagClassName
{
color: #630197;
}
</style>
background-color css
<style>
a { background-color: #630197; }
a { background-color: rgb(99,1,151); }
div.DivClassName
{
background-color: #630197;
}
.BgClassName
{
background-color: #630197;
}
</style>
border-color css
<style>
span { border-color: #630197; }
span { border-color: rgb(99,1,151); }
td.TdClassName
{
border-color: #630197;
}
.TagClassName
{
border-color: #630197;
}
</style>