Shades of Indigo #630398
Tints of Indigo #630398
RGB
CMYK
RGB Variations
Color information
#630398 (or 0x630398) is known color: Indigo. HEX triplet: 63, 03 and 98. RGB value is (99,3,152). Sum of RGB (Red+Green+Blue) = 99+3+152=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #630398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630398 is #9CFC67. Grayscale: #303030. Windows color (decimal): -10288232 or 9962339. OLE color: 9962339.
HSL color Cylindrical-coordinate representation of color #630398: hue angle of 278.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630398 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 3 | 152 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.40 |
| HSL | 278.66º | 0.96% | 0.3% | - |
| HSV(B) | 278.66º | 0.98% | 0.6% | - |
| XYZ | 10.85 | 4.98 | 30.1 | - |
| YUV | 48.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 152 | 0.35 | 0.98 | 0 | 0.40 | 278.66 | 0.96 | 0.3 |
| Hex | 63 | 3 | 98 | 23 | 62 | 0 | 28 | 117 | 60 | 1E |
| Octal | 143 | 3 | 230 | 43 | 142 | 0 | 50 | 427 | 140 | 36 |
| Binary | 1100011 | 11 | 10011000 | 100011 | 1100010 | 0 | 101000 | 100010111 | 1100000 | 11110 |
Color Harmonies of #630398
Complementary color
Monochromatic Colors of #630398
Black with #630398
Text Example
Text Example
White with #630398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630398; }
p { color: rgb(99,3,152); }
H1.HeaderClassName
{
color: #630398;
}
.AnyTagClassName
{
color: #630398;
}
</style>
background-color css
<style>
a { background-color: #630398; }
a { background-color: rgb(99,3,152); }
div.DivClassName
{
background-color: #630398;
}
.BgClassName
{
background-color: #630398;
}
</style>
border-color css
<style>
span { border-color: #630398; }
span { border-color: rgb(99,3,152); }
td.TdClassName
{
border-color: #630398;
}
.TagClassName
{
border-color: #630398;
}
</style>