Shades of Indigo #630384
Tints of Indigo #630384
RGB
CMYK
RGB Variations
Color information
#630384 (or 0x630384) is known color: Indigo. HEX triplet: 63, 03 and 84. RGB value is (99,3,132). Sum of RGB (Red+Green+Blue) = 99+3+132=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #630384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630384 is #9CFC7B. Grayscale: #2D2D2D. Windows color (decimal): -10288252 or 8651619. OLE color: 8651619.
HSL color Cylindrical-coordinate representation of color #630384: hue angle of 284.65º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630384 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 3 | 132 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.48 |
| HSL | 284.65º | 0.96% | 0.26% | - |
| HSV(B) | 284.65º | 0.98% | 0.52% | - |
| XYZ | 9.34 | 4.38 | 22.18 | - |
| YUV | 46.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 132 | 0.25 | 0.98 | 0 | 0.48 | 284.65 | 0.96 | 0.26 |
| Hex | 63 | 3 | 84 | 19 | 62 | 0 | 30 | 11D | 60 | 1A |
| Octal | 143 | 3 | 204 | 31 | 142 | 0 | 60 | 435 | 140 | 32 |
| Binary | 1100011 | 11 | 10000100 | 11001 | 1100010 | 0 | 110000 | 100011101 | 1100000 | 11010 |
Color Harmonies of #630384
Complementary color
Monochromatic Colors of #630384
Black with #630384
Text Example
Text Example
White with #630384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630384; }
p { color: rgb(99,3,132); }
H1.HeaderClassName
{
color: #630384;
}
.AnyTagClassName
{
color: #630384;
}
</style>
background-color css
<style>
a { background-color: #630384; }
a { background-color: rgb(99,3,132); }
div.DivClassName
{
background-color: #630384;
}
.BgClassName
{
background-color: #630384;
}
</style>
border-color css
<style>
span { border-color: #630384; }
span { border-color: rgb(99,3,132); }
td.TdClassName
{
border-color: #630384;
}
.TagClassName
{
border-color: #630384;
}
</style>