Shades of Indigo #631099
Tints of Indigo #631099
RGB
CMYK
RGB Variations
Color information
#631099 (or 0x631099) is known color: Indigo. HEX triplet: 63, 10 and 99. RGB value is (99,16,153). Sum of RGB (Red+Green+Blue) = 99+16+153=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #631099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631099 is #9CEF66. Grayscale: #373737. Windows color (decimal): -10284903 or 10031203. OLE color: 10031203.
HSL color Cylindrical-coordinate representation of color #631099: hue angle of 276.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631099 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 16 | 153 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.4 |
| HSL | 276.35º | 0.81% | 0.33% | - |
| HSV(B) | 276.35º | 0.9% | 0.6% | - |
| XYZ | 11.08 | 5.32 | 30.58 | - |
| YUV | 56.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 153 | 0.35 | 0.90 | 0 | 0.4 | 276.35 | 0.81 | 0.33 |
| Hex | 63 | 10 | 99 | 23 | 5A | 0 | 28 | 114 | 51 | 21 |
| Octal | 143 | 20 | 231 | 43 | 132 | 0 | 50 | 424 | 121 | 41 |
| Binary | 1100011 | 10000 | 10011001 | 100011 | 1011010 | 0 | 101000 | 100010100 | 1010001 | 100001 |
Color Harmonies of #631099
Complementary color
Monochromatic Colors of #631099
Black with #631099
Text Example
Text Example
White with #631099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631099; }
p { color: rgb(99,16,153); }
H1.HeaderClassName
{
color: #631099;
}
.AnyTagClassName
{
color: #631099;
}
</style>
background-color css
<style>
a { background-color: #631099; }
a { background-color: rgb(99,16,153); }
div.DivClassName
{
background-color: #631099;
}
.BgClassName
{
background-color: #631099;
}
</style>
border-color css
<style>
span { border-color: #631099; }
span { border-color: rgb(99,16,153); }
td.TdClassName
{
border-color: #631099;
}
.TagClassName
{
border-color: #631099;
}
</style>