Shades of Indigo #530064
Tints of Indigo #530064
RGB
CMYK
RGB Variations
Color information
#530064 (or 0x530064) is known color: Indigo. HEX triplet: 53, 00 and 64. RGB value is (83,0,100). Sum of RGB (Red+Green+Blue) = 83+0+100=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #530064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530064 is #ACFF9B. Grayscale: #232323. Windows color (decimal): -11337628 or 6553683. OLE color: 6553683.
HSL color Cylindrical-coordinate representation of color #530064: hue angle of 289.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530064 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 0 | 100 | - |
| CMYK | 0.17 | 1 | 0 | 0.61 |
| HSL | 289.8º | 1% | 0.2% | - |
| HSV(B) | 289.8º | 1% | 0.39% | - |
| XYZ | 5.87 | 2.76 | 12.28 | - |
| YUV | 36.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 100 | 0.17 | 1 | 0 | 0.61 | 289.8 | 1 | 0.2 |
| Hex | 53 | 0 | 64 | 11 | 64 | 0 | 3D | 122 | 64 | 14 |
| Octal | 123 | 0 | 144 | 21 | 144 | 0 | 75 | 442 | 144 | 24 |
| Binary | 1010011 | 0 | 1100100 | 10001 | 1100100 | 0 | 111101 | 100100010 | 1100100 | 10100 |
Color Harmonies of #530064
Complementary color
Monochromatic Colors of #530064
Black with #530064
Text Example
Text Example
White with #530064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530064; }
p { color: rgb(83,0,100); }
H1.HeaderClassName
{
color: #530064;
}
.AnyTagClassName
{
color: #530064;
}
</style>
background-color css
<style>
a { background-color: #530064; }
a { background-color: rgb(83,0,100); }
div.DivClassName
{
background-color: #530064;
}
.BgClassName
{
background-color: #530064;
}
</style>
border-color css
<style>
span { border-color: #530064; }
span { border-color: rgb(83,0,100); }
td.TdClassName
{
border-color: #530064;
}
.TagClassName
{
border-color: #530064;
}
</style>