Shades of Indigo #630293
Tints of Indigo #630293
RGB
CMYK
RGB Variations
Color information
#630293 (or 0x630293) is known color: Indigo. HEX triplet: 63, 02 and 93. RGB value is (99,2,147). Sum of RGB (Red+Green+Blue) = 99+2+147=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #630293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630293 is #9CFD6C. Grayscale: #2F2F2F. Windows color (decimal): -10288493 or 9634403. OLE color: 9634403.
HSL color Cylindrical-coordinate representation of color #630293: hue angle of 280.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630293 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 2 | 147 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.42 |
| HSL | 280.14º | 0.97% | 0.29% | - |
| HSV(B) | 280.14º | 0.99% | 0.58% | - |
| XYZ | 10.43 | 4.8 | 27.98 | - |
| YUV | 47.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 147 | 0.33 | 0.99 | 0 | 0.42 | 280.14 | 0.97 | 0.29 |
| Hex | 63 | 2 | 93 | 21 | 63 | 0 | 2A | 118 | 61 | 1D |
| Octal | 143 | 2 | 223 | 41 | 143 | 0 | 52 | 430 | 141 | 35 |
| Binary | 1100011 | 10 | 10010011 | 100001 | 1100011 | 0 | 101010 | 100011000 | 1100001 | 11101 |
Color Harmonies of #630293
Complementary color
Monochromatic Colors of #630293
Black with #630293
Text Example
Text Example
White with #630293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630293; }
p { color: rgb(99,2,147); }
H1.HeaderClassName
{
color: #630293;
}
.AnyTagClassName
{
color: #630293;
}
</style>
background-color css
<style>
a { background-color: #630293; }
a { background-color: rgb(99,2,147); }
div.DivClassName
{
background-color: #630293;
}
.BgClassName
{
background-color: #630293;
}
</style>
border-color css
<style>
span { border-color: #630293; }
span { border-color: rgb(99,2,147); }
td.TdClassName
{
border-color: #630293;
}
.TagClassName
{
border-color: #630293;
}
</style>