Shades of Indigo #630291
Tints of Indigo #630291
RGB
CMYK
RGB Variations
Color information
#630291 (or 0x630291) is known color: Indigo. HEX triplet: 63, 02 and 91. RGB value is (99,2,145). Sum of RGB (Red+Green+Blue) = 99+2+145=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #630291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630291 is #9CFD6E. Grayscale: #2E2E2E. Windows color (decimal): -10288495 or 9503331. OLE color: 9503331.
HSL color Cylindrical-coordinate representation of color #630291: hue angle of 280.7º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630291 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 2 | 145 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.43 |
| HSL | 280.7º | 0.97% | 0.29% | - |
| HSV(B) | 280.7º | 0.99% | 0.57% | - |
| XYZ | 10.28 | 4.74 | 27.16 | - |
| YUV | 47.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 145 | 0.32 | 0.99 | 0 | 0.43 | 280.7 | 0.97 | 0.29 |
| Hex | 63 | 2 | 91 | 20 | 63 | 0 | 2B | 119 | 61 | 1D |
| Octal | 143 | 2 | 221 | 40 | 143 | 0 | 53 | 431 | 141 | 35 |
| Binary | 1100011 | 10 | 10010001 | 100000 | 1100011 | 0 | 101011 | 100011001 | 1100001 | 11101 |
Color Harmonies of #630291
Complementary color
Monochromatic Colors of #630291
Black with #630291
Text Example
Text Example
White with #630291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630291; }
p { color: rgb(99,2,145); }
H1.HeaderClassName
{
color: #630291;
}
.AnyTagClassName
{
color: #630291;
}
</style>
background-color css
<style>
a { background-color: #630291; }
a { background-color: rgb(99,2,145); }
div.DivClassName
{
background-color: #630291;
}
.BgClassName
{
background-color: #630291;
}
</style>
border-color css
<style>
span { border-color: #630291; }
span { border-color: rgb(99,2,145); }
td.TdClassName
{
border-color: #630291;
}
.TagClassName
{
border-color: #630291;
}
</style>