Shades of Indigo #631298
Tints of Indigo #631298
RGB
CMYK
RGB Variations
Color information
#631298 (or 0x631298) is known color: Indigo. HEX triplet: 63, 12 and 98. RGB value is (99,18,152). Sum of RGB (Red+Green+Blue) = 99+18+152=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #631298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631298 is #9CED67. Grayscale: #393939. Windows color (decimal): -10284392 or 9966179. OLE color: 9966179.
HSL color Cylindrical-coordinate representation of color #631298: hue angle of 276.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631298 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 18 | 152 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.40 |
| HSL | 276.27º | 0.79% | 0.33% | - |
| HSV(B) | 276.27º | 0.88% | 0.6% | - |
| XYZ | 11.03 | 5.35 | 30.16 | - |
| YUV | 57.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 152 | 0.35 | 0.88 | 0 | 0.40 | 276.27 | 0.79 | 0.33 |
| Hex | 63 | 12 | 98 | 23 | 58 | 0 | 28 | 114 | 4F | 21 |
| Octal | 143 | 22 | 230 | 43 | 130 | 0 | 50 | 424 | 117 | 41 |
| Binary | 1100011 | 10010 | 10011000 | 100011 | 1011000 | 0 | 101000 | 100010100 | 1001111 | 100001 |
Color Harmonies of #631298
Complementary color
Monochromatic Colors of #631298
Black with #631298
Text Example
Text Example
White with #631298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631298; }
p { color: rgb(99,18,152); }
H1.HeaderClassName
{
color: #631298;
}
.AnyTagClassName
{
color: #631298;
}
</style>
background-color css
<style>
a { background-color: #631298; }
a { background-color: rgb(99,18,152); }
div.DivClassName
{
background-color: #631298;
}
.BgClassName
{
background-color: #631298;
}
</style>
border-color css
<style>
span { border-color: #631298; }
span { border-color: rgb(99,18,152); }
td.TdClassName
{
border-color: #631298;
}
.TagClassName
{
border-color: #631298;
}
</style>