Shades of Indigo #530068
Tints of Indigo #530068
RGB
CMYK
RGB Variations
Color information
#530068 (or 0x530068) is known color: Indigo. HEX triplet: 53, 00 and 68. RGB value is (83,0,104). Sum of RGB (Red+Green+Blue) = 83+0+104=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #530068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530068 is #ACFF97. Grayscale: #242424. Windows color (decimal): -11337624 or 6815827. OLE color: 6815827.
HSL color Cylindrical-coordinate representation of color #530068: hue angle of 287.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530068 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 0 | 104 | - |
| CMYK | 0.20 | 1 | 0 | 0.59 |
| HSL | 287.88º | 1% | 0.2% | - |
| HSV(B) | 287.88º | 1% | 0.41% | - |
| XYZ | 6.07 | 2.84 | 13.32 | - |
| YUV | 36.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 104 | 0.20 | 1 | 0 | 0.59 | 287.88 | 1 | 0.2 |
| Hex | 53 | 0 | 68 | 14 | 64 | 0 | 3B | 120 | 64 | 14 |
| Octal | 123 | 0 | 150 | 24 | 144 | 0 | 73 | 440 | 144 | 24 |
| Binary | 1010011 | 0 | 1101000 | 10100 | 1100100 | 0 | 111011 | 100100000 | 1100100 | 10100 |
Color Harmonies of #530068
Complementary color
Monochromatic Colors of #530068
Black with #530068
Text Example
Text Example
White with #530068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530068; }
p { color: rgb(83,0,104); }
H1.HeaderClassName
{
color: #530068;
}
.AnyTagClassName
{
color: #530068;
}
</style>
background-color css
<style>
a { background-color: #530068; }
a { background-color: rgb(83,0,104); }
div.DivClassName
{
background-color: #530068;
}
.BgClassName
{
background-color: #530068;
}
</style>
border-color css
<style>
span { border-color: #530068; }
span { border-color: rgb(83,0,104); }
td.TdClassName
{
border-color: #530068;
}
.TagClassName
{
border-color: #530068;
}
</style>