Shades of Indigo #630184
Tints of Indigo #630184
RGB
CMYK
RGB Variations
Color information
#630184 (or 0x630184) is known color: Indigo. HEX triplet: 63, 01 and 84. RGB value is (99,1,132). Sum of RGB (Red+Green+Blue) = 99+1+132=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #630184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630184 is #9CFE7B. Grayscale: #2C2C2C. Windows color (decimal): -10288764 or 8651107. OLE color: 8651107.
HSL color Cylindrical-coordinate representation of color #630184: hue angle of 284.89º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630184 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 1 | 132 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.48 |
| HSL | 284.89º | 0.98% | 0.26% | - |
| HSV(B) | 284.89º | 0.99% | 0.52% | - |
| XYZ | 9.32 | 4.34 | 22.18 | - |
| YUV | 45.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 132 | 0.25 | 0.99 | 0 | 0.48 | 284.89 | 0.98 | 0.26 |
| Hex | 63 | 1 | 84 | 19 | 63 | 0 | 30 | 11D | 62 | 1A |
| Octal | 143 | 1 | 204 | 31 | 143 | 0 | 60 | 435 | 142 | 32 |
| Binary | 1100011 | 1 | 10000100 | 11001 | 1100011 | 0 | 110000 | 100011101 | 1100010 | 11010 |
Color Harmonies of #630184
Complementary color
Monochromatic Colors of #630184
Black with #630184
Text Example
Text Example
White with #630184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630184; }
p { color: rgb(99,1,132); }
H1.HeaderClassName
{
color: #630184;
}
.AnyTagClassName
{
color: #630184;
}
</style>
background-color css
<style>
a { background-color: #630184; }
a { background-color: rgb(99,1,132); }
div.DivClassName
{
background-color: #630184;
}
.BgClassName
{
background-color: #630184;
}
</style>
border-color css
<style>
span { border-color: #630184; }
span { border-color: rgb(99,1,132); }
td.TdClassName
{
border-color: #630184;
}
.TagClassName
{
border-color: #630184;
}
</style>