Shades of Indigo #631798
Tints of Indigo #631798
RGB
CMYK
RGB Variations
Color information
#631798 (or 0x631798) is known color: Indigo. HEX triplet: 63, 17 and 98. RGB value is (99,23,152). Sum of RGB (Red+Green+Blue) = 99+23+152=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #631798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631798 is #9CE867. Grayscale: #3B3B3B. Windows color (decimal): -10283112 or 9967459. OLE color: 9967459.
HSL color Cylindrical-coordinate representation of color #631798: hue angle of 275.35º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631798 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 23 | 152 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.40 |
| HSL | 275.35º | 0.74% | 0.34% | - |
| HSV(B) | 275.35º | 0.85% | 0.6% | - |
| XYZ | 11.12 | 5.53 | 30.19 | - |
| YUV | 60.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 152 | 0.35 | 0.85 | 0 | 0.40 | 275.35 | 0.74 | 0.34 |
| Hex | 63 | 17 | 98 | 23 | 55 | 0 | 28 | 113 | 4A | 22 |
| Octal | 143 | 27 | 230 | 43 | 125 | 0 | 50 | 423 | 112 | 42 |
| Binary | 1100011 | 10111 | 10011000 | 100011 | 1010101 | 0 | 101000 | 100010011 | 1001010 | 100010 |
Color Harmonies of #631798
Complementary color
Monochromatic Colors of #631798
Black with #631798
Text Example
Text Example
White with #631798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631798; }
p { color: rgb(99,23,152); }
H1.HeaderClassName
{
color: #631798;
}
.AnyTagClassName
{
color: #631798;
}
</style>
background-color css
<style>
a { background-color: #631798; }
a { background-color: rgb(99,23,152); }
div.DivClassName
{
background-color: #631798;
}
.BgClassName
{
background-color: #631798;
}
</style>
border-color css
<style>
span { border-color: #631798; }
span { border-color: rgb(99,23,152); }
td.TdClassName
{
border-color: #631798;
}
.TagClassName
{
border-color: #631798;
}
</style>