Shades of Indigo #630795
Tints of Indigo #630795
RGB
CMYK
RGB Variations
Color information
#630795 (or 0x630795) is known color: Indigo. HEX triplet: 63, 07 and 95. RGB value is (99,7,149). Sum of RGB (Red+Green+Blue) = 99+7+149=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #630795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630795 is #9CF86A. Grayscale: #323232. Windows color (decimal): -10287211 or 9766755. OLE color: 9766755.
HSL color Cylindrical-coordinate representation of color #630795: hue angle of 278.87º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630795 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 7 | 149 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.42 |
| HSL | 278.87º | 0.91% | 0.31% | - |
| HSV(B) | 278.87º | 0.95% | 0.58% | - |
| XYZ | 10.65 | 4.97 | 28.83 | - |
| YUV | 50.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 149 | 0.34 | 0.95 | 0 | 0.42 | 278.87 | 0.91 | 0.31 |
| Hex | 63 | 7 | 95 | 22 | 5F | 0 | 2A | 117 | 5B | 1F |
| Octal | 143 | 7 | 225 | 42 | 137 | 0 | 52 | 427 | 133 | 37 |
| Binary | 1100011 | 111 | 10010101 | 100010 | 1011111 | 0 | 101010 | 100010111 | 1011011 | 11111 |
Color Harmonies of #630795
Complementary color
Monochromatic Colors of #630795
Black with #630795
Text Example
Text Example
White with #630795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630795; }
p { color: rgb(99,7,149); }
H1.HeaderClassName
{
color: #630795;
}
.AnyTagClassName
{
color: #630795;
}
</style>
background-color css
<style>
a { background-color: #630795; }
a { background-color: rgb(99,7,149); }
div.DivClassName
{
background-color: #630795;
}
.BgClassName
{
background-color: #630795;
}
</style>
border-color css
<style>
span { border-color: #630795; }
span { border-color: rgb(99,7,149); }
td.TdClassName
{
border-color: #630795;
}
.TagClassName
{
border-color: #630795;
}
</style>