Shades of Indigo #530568
Tints of Indigo #530568
RGB
CMYK
RGB Variations
Color information
#530568 (or 0x530568) is known color: Indigo. HEX triplet: 53, 05 and 68. RGB value is (83,5,104). Sum of RGB (Red+Green+Blue) = 83+5+104=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #530568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530568 is #ACFA97. Grayscale: #272727. Windows color (decimal): -11336344 or 6817107. OLE color: 6817107.
HSL color Cylindrical-coordinate representation of color #530568: hue angle of 287.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530568 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 5 | 104 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.59 |
| HSL | 287.27º | 0.91% | 0.21% | - |
| HSV(B) | 287.27º | 0.95% | 0.41% | - |
| XYZ | 6.12 | 2.95 | 13.34 | - |
| YUV | 39.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 104 | 0.20 | 0.95 | 0 | 0.59 | 287.27 | 0.91 | 0.21 |
| Hex | 53 | 5 | 68 | 14 | 5F | 0 | 3B | 11F | 5B | 15 |
| Octal | 123 | 5 | 150 | 24 | 137 | 0 | 73 | 437 | 133 | 25 |
| Binary | 1010011 | 101 | 1101000 | 10100 | 1011111 | 0 | 111011 | 100011111 | 1011011 | 10101 |
Color Harmonies of #530568
Complementary color
Monochromatic Colors of #530568
Black with #530568
Text Example
Text Example
White with #530568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530568; }
p { color: rgb(83,5,104); }
H1.HeaderClassName
{
color: #530568;
}
.AnyTagClassName
{
color: #530568;
}
</style>
background-color css
<style>
a { background-color: #530568; }
a { background-color: rgb(83,5,104); }
div.DivClassName
{
background-color: #530568;
}
.BgClassName
{
background-color: #530568;
}
</style>
border-color css
<style>
span { border-color: #530568; }
span { border-color: rgb(83,5,104); }
td.TdClassName
{
border-color: #530568;
}
.TagClassName
{
border-color: #530568;
}
</style>