Shades of Indigo #631484
Tints of Indigo #631484
RGB
CMYK
RGB Variations
Color information
#631484 (or 0x631484) is known color: Indigo. HEX triplet: 63, 14 and 84. RGB value is (99,20,132). Sum of RGB (Red+Green+Blue) = 99+20+132=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #631484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631484 is #9CEB7B. Grayscale: #383838. Windows color (decimal): -10283900 or 8655971. OLE color: 8655971.
HSL color Cylindrical-coordinate representation of color #631484: hue angle of 282.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631484 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 20 | 132 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.48 |
| HSL | 282.32º | 0.74% | 0.3% | - |
| HSV(B) | 282.32º | 0.85% | 0.52% | - |
| XYZ | 9.56 | 4.82 | 22.26 | - |
| YUV | 56.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 132 | 0.25 | 0.85 | 0 | 0.48 | 282.32 | 0.74 | 0.3 |
| Hex | 63 | 14 | 84 | 19 | 55 | 0 | 30 | 11A | 4A | 1E |
| Octal | 143 | 24 | 204 | 31 | 125 | 0 | 60 | 432 | 112 | 36 |
| Binary | 1100011 | 10100 | 10000100 | 11001 | 1010101 | 0 | 110000 | 100011010 | 1001010 | 11110 |
Color Harmonies of #631484
Complementary color
Monochromatic Colors of #631484
Black with #631484
Text Example
Text Example
White with #631484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631484; }
p { color: rgb(99,20,132); }
H1.HeaderClassName
{
color: #631484;
}
.AnyTagClassName
{
color: #631484;
}
</style>
background-color css
<style>
a { background-color: #631484; }
a { background-color: rgb(99,20,132); }
div.DivClassName
{
background-color: #631484;
}
.BgClassName
{
background-color: #631484;
}
</style>
border-color css
<style>
span { border-color: #631484; }
span { border-color: rgb(99,20,132); }
td.TdClassName
{
border-color: #631484;
}
.TagClassName
{
border-color: #631484;
}
</style>