Shades of Indigo #630298
Tints of Indigo #630298
RGB
CMYK
RGB Variations
Color information
#630298 (or 0x630298) is known color: Indigo. HEX triplet: 63, 02 and 98. RGB value is (99,2,152). Sum of RGB (Red+Green+Blue) = 99+2+152=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #630298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630298 is #9CFD67. Grayscale: #2F2F2F. Windows color (decimal): -10288488 or 9962083. OLE color: 9962083.
HSL color Cylindrical-coordinate representation of color #630298: hue angle of 278.8º 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 #630298 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 2 | 152 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.40 |
| HSL | 278.8º | 0.97% | 0.3% | - |
| HSV(B) | 278.8º | 0.99% | 0.6% | - |
| XYZ | 10.83 | 4.96 | 30.09 | - |
| YUV | 48.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 152 | 0.35 | 0.99 | 0 | 0.40 | 278.8 | 0.97 | 0.3 |
| Hex | 63 | 2 | 98 | 23 | 63 | 0 | 28 | 117 | 61 | 1E |
| Octal | 143 | 2 | 230 | 43 | 143 | 0 | 50 | 427 | 141 | 36 |
| Binary | 1100011 | 10 | 10011000 | 100011 | 1100011 | 0 | 101000 | 100010111 | 1100001 | 11110 |
Color Harmonies of #630298
Complementary color
Monochromatic Colors of #630298
Black with #630298
Text Example
Text Example
White with #630298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630298; }
p { color: rgb(99,2,152); }
H1.HeaderClassName
{
color: #630298;
}
.AnyTagClassName
{
color: #630298;
}
</style>
background-color css
<style>
a { background-color: #630298; }
a { background-color: rgb(99,2,152); }
div.DivClassName
{
background-color: #630298;
}
.BgClassName
{
background-color: #630298;
}
</style>
border-color css
<style>
span { border-color: #630298; }
span { border-color: rgb(99,2,152); }
td.TdClassName
{
border-color: #630298;
}
.TagClassName
{
border-color: #630298;
}
</style>