Shades of Indigo #630392
Tints of Indigo #630392
RGB
CMYK
RGB Variations
Color information
#630392 (or 0x630392) is known color: Indigo. HEX triplet: 63, 03 and 92. RGB value is (99,3,146). Sum of RGB (Red+Green+Blue) = 99+3+146=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #630392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630392 is #9CFC6D. Grayscale: #2F2F2F. Windows color (decimal): -10288238 or 9569123. OLE color: 9569123.
HSL color Cylindrical-coordinate representation of color #630392: hue angle of 280.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630392 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 3 | 146 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.43 |
| HSL | 280.28º | 0.96% | 0.29% | - |
| HSV(B) | 280.28º | 0.98% | 0.57% | - |
| XYZ | 10.37 | 4.79 | 27.57 | - |
| YUV | 48.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 146 | 0.32 | 0.98 | 0 | 0.43 | 280.28 | 0.96 | 0.29 |
| Hex | 63 | 3 | 92 | 20 | 62 | 0 | 2B | 118 | 60 | 1D |
| Octal | 143 | 3 | 222 | 40 | 142 | 0 | 53 | 430 | 140 | 35 |
| Binary | 1100011 | 11 | 10010010 | 100000 | 1100010 | 0 | 101011 | 100011000 | 1100000 | 11101 |
Color Harmonies of #630392
Complementary color
Monochromatic Colors of #630392
Black with #630392
Text Example
Text Example
White with #630392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630392; }
p { color: rgb(99,3,146); }
H1.HeaderClassName
{
color: #630392;
}
.AnyTagClassName
{
color: #630392;
}
</style>
background-color css
<style>
a { background-color: #630392; }
a { background-color: rgb(99,3,146); }
div.DivClassName
{
background-color: #630392;
}
.BgClassName
{
background-color: #630392;
}
</style>
border-color css
<style>
span { border-color: #630392; }
span { border-color: rgb(99,3,146); }
td.TdClassName
{
border-color: #630392;
}
.TagClassName
{
border-color: #630392;
}
</style>