Shades of Indigo #630199
Tints of Indigo #630199
RGB
CMYK
RGB Variations
Color information
#630199 (or 0x630199) is known color: Indigo. HEX triplet: 63, 01 and 99. RGB value is (99,1,153). Sum of RGB (Red+Green+Blue) = 99+1+153=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #630199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630199 is #9CFE66. Grayscale: #2F2F2F. Windows color (decimal): -10288743 or 10027363. OLE color: 10027363.
HSL color Cylindrical-coordinate representation of color #630199: hue angle of 278.68º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630199 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 1 | 153 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.4 |
| HSL | 278.68º | 0.99% | 0.3% | - |
| HSV(B) | 278.68º | 0.99% | 0.6% | - |
| XYZ | 10.91 | 4.97 | 30.52 | - |
| YUV | 47.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 153 | 0.35 | 0.99 | 0 | 0.4 | 278.68 | 0.99 | 0.3 |
| Hex | 63 | 1 | 99 | 23 | 63 | 0 | 28 | 117 | 63 | 1E |
| Octal | 143 | 1 | 231 | 43 | 143 | 0 | 50 | 427 | 143 | 36 |
| Binary | 1100011 | 1 | 10011001 | 100011 | 1100011 | 0 | 101000 | 100010111 | 1100011 | 11110 |
Color Harmonies of #630199
Complementary color
Monochromatic Colors of #630199
Black with #630199
Text Example
Text Example
White with #630199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630199; }
p { color: rgb(99,1,153); }
H1.HeaderClassName
{
color: #630199;
}
.AnyTagClassName
{
color: #630199;
}
</style>
background-color css
<style>
a { background-color: #630199; }
a { background-color: rgb(99,1,153); }
div.DivClassName
{
background-color: #630199;
}
.BgClassName
{
background-color: #630199;
}
</style>
border-color css
<style>
span { border-color: #630199; }
span { border-color: rgb(99,1,153); }
td.TdClassName
{
border-color: #630199;
}
.TagClassName
{
border-color: #630199;
}
</style>