Shades of Indigo #630283
Tints of Indigo #630283
RGB
CMYK
RGB Variations
Color information
#630283 (or 0x630283) is known color: Indigo. HEX triplet: 63, 02 and 83. RGB value is (99,2,131). Sum of RGB (Red+Green+Blue) = 99+2+131=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #630283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630283 is #9CFD7C. Grayscale: #2D2D2D. Windows color (decimal): -10288509 or 8585827. OLE color: 8585827.
HSL color Cylindrical-coordinate representation of color #630283: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630283 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 2 | 131 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.49 |
| HSL | 285.12º | 0.97% | 0.26% | - |
| HSV(B) | 285.12º | 0.98% | 0.51% | - |
| XYZ | 9.26 | 4.33 | 21.82 | - |
| YUV | 45.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 131 | 0.24 | 0.98 | 0 | 0.49 | 285.12 | 0.97 | 0.26 |
| Hex | 63 | 2 | 83 | 18 | 62 | 0 | 31 | 11D | 61 | 1A |
| Octal | 143 | 2 | 203 | 30 | 142 | 0 | 61 | 435 | 141 | 32 |
| Binary | 1100011 | 10 | 10000011 | 11000 | 1100010 | 0 | 110001 | 100011101 | 1100001 | 11010 |
Color Harmonies of #630283
Complementary color
Monochromatic Colors of #630283
Black with #630283
Text Example
Text Example
White with #630283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630283; }
p { color: rgb(99,2,131); }
H1.HeaderClassName
{
color: #630283;
}
.AnyTagClassName
{
color: #630283;
}
</style>
background-color css
<style>
a { background-color: #630283; }
a { background-color: rgb(99,2,131); }
div.DivClassName
{
background-color: #630283;
}
.BgClassName
{
background-color: #630283;
}
</style>
border-color css
<style>
span { border-color: #630283; }
span { border-color: rgb(99,2,131); }
td.TdClassName
{
border-color: #630283;
}
.TagClassName
{
border-color: #630283;
}
</style>