Shades of Indigo #530465
Tints of Indigo #530465
RGB
CMYK
RGB Variations
Color information
#530465 (or 0x530465) is known color: Indigo. HEX triplet: 53, 04 and 65. RGB value is (83,4,101). Sum of RGB (Red+Green+Blue) = 83+4+101=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #530465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530465 is #ACFB9A. Grayscale: #262626. Windows color (decimal): -11336603 or 6620243. OLE color: 6620243.
HSL color Cylindrical-coordinate representation of color #530465: hue angle of 288.87º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530465 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 4 | 101 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.60 |
| HSL | 288.87º | 0.92% | 0.21% | - |
| HSV(B) | 288.87º | 0.96% | 0.4% | - |
| XYZ | 5.96 | 2.87 | 12.55 | - |
| YUV | 38.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 101 | 0.18 | 0.96 | 0 | 0.60 | 288.87 | 0.92 | 0.21 |
| Hex | 53 | 4 | 65 | 12 | 60 | 0 | 3C | 121 | 5C | 15 |
| Octal | 123 | 4 | 145 | 22 | 140 | 0 | 74 | 441 | 134 | 25 |
| Binary | 1010011 | 100 | 1100101 | 10010 | 1100000 | 0 | 111100 | 100100001 | 1011100 | 10101 |
Color Harmonies of #530465
Complementary color
Monochromatic Colors of #530465
Black with #530465
Text Example
Text Example
White with #530465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530465; }
p { color: rgb(83,4,101); }
H1.HeaderClassName
{
color: #530465;
}
.AnyTagClassName
{
color: #530465;
}
</style>
background-color css
<style>
a { background-color: #530465; }
a { background-color: rgb(83,4,101); }
div.DivClassName
{
background-color: #530465;
}
.BgClassName
{
background-color: #530465;
}
</style>
border-color css
<style>
span { border-color: #530465; }
span { border-color: rgb(83,4,101); }
td.TdClassName
{
border-color: #530465;
}
.TagClassName
{
border-color: #530465;
}
</style>