Shades of Indigo #630299
Tints of Indigo #630299
RGB
CMYK
RGB Variations
Color information
#630299 (or 0x630299) is known color: Indigo. HEX triplet: 63, 02 and 99. RGB value is (99,2,153). Sum of RGB (Red+Green+Blue) = 99+2+153=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #630299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630299 is #9CFD66. Grayscale: #2F2F2F. Windows color (decimal): -10288487 or 10027619. OLE color: 10027619.
HSL color Cylindrical-coordinate representation of color #630299: hue angle of 278.54º degrees, saturation: 0.97, 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 #630299 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 2 | 153 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.4 |
| HSL | 278.54º | 0.97% | 0.3% | - |
| HSV(B) | 278.54º | 0.99% | 0.6% | - |
| XYZ | 10.92 | 5 | 30.53 | - |
| YUV | 48.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 153 | 0.35 | 0.99 | 0 | 0.4 | 278.54 | 0.97 | 0.3 |
| Hex | 63 | 2 | 99 | 23 | 63 | 0 | 28 | 117 | 61 | 1E |
| Octal | 143 | 2 | 231 | 43 | 143 | 0 | 50 | 427 | 141 | 36 |
| Binary | 1100011 | 10 | 10011001 | 100011 | 1100011 | 0 | 101000 | 100010111 | 1100001 | 11110 |
Color Harmonies of #630299
Complementary color
Monochromatic Colors of #630299
Black with #630299
Text Example
Text Example
White with #630299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630299; }
p { color: rgb(99,2,153); }
H1.HeaderClassName
{
color: #630299;
}
.AnyTagClassName
{
color: #630299;
}
</style>
background-color css
<style>
a { background-color: #630299; }
a { background-color: rgb(99,2,153); }
div.DivClassName
{
background-color: #630299;
}
.BgClassName
{
background-color: #630299;
}
</style>
border-color css
<style>
span { border-color: #630299; }
span { border-color: rgb(99,2,153); }
td.TdClassName
{
border-color: #630299;
}
.TagClassName
{
border-color: #630299;
}
</style>