Shades of Indigo #631098
Tints of Indigo #631098
RGB
CMYK
RGB Variations
Color information
#631098 (or 0x631098) is known color: Indigo. HEX triplet: 63, 10 and 98. RGB value is (99,16,152). Sum of RGB (Red+Green+Blue) = 99+16+152=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #631098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631098 is #9CEF67. Grayscale: #373737. Windows color (decimal): -10284904 or 9965667. OLE color: 9965667.
HSL color Cylindrical-coordinate representation of color #631098: hue angle of 276.62º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631098 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 16 | 152 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.40 |
| HSL | 276.62º | 0.81% | 0.33% | - |
| HSV(B) | 276.62º | 0.89% | 0.6% | - |
| XYZ | 11 | 5.29 | 30.15 | - |
| YUV | 56.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 152 | 0.35 | 0.89 | 0 | 0.40 | 276.62 | 0.81 | 0.33 |
| Hex | 63 | 10 | 98 | 23 | 59 | 0 | 28 | 115 | 51 | 21 |
| Octal | 143 | 20 | 230 | 43 | 131 | 0 | 50 | 425 | 121 | 41 |
| Binary | 1100011 | 10000 | 10011000 | 100011 | 1011001 | 0 | 101000 | 100010101 | 1010001 | 100001 |
Color Harmonies of #631098
Complementary color
Monochromatic Colors of #631098
Black with #631098
Text Example
Text Example
White with #631098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631098; }
p { color: rgb(99,16,152); }
H1.HeaderClassName
{
color: #631098;
}
.AnyTagClassName
{
color: #631098;
}
</style>
background-color css
<style>
a { background-color: #631098; }
a { background-color: rgb(99,16,152); }
div.DivClassName
{
background-color: #631098;
}
.BgClassName
{
background-color: #631098;
}
</style>
border-color css
<style>
span { border-color: #631098; }
span { border-color: rgb(99,16,152); }
td.TdClassName
{
border-color: #631098;
}
.TagClassName
{
border-color: #631098;
}
</style>