Shades of Indigo #530265
Tints of Indigo #530265
RGB
CMYK
RGB Variations
Color information
#530265 (or 0x530265) is known color: Indigo. HEX triplet: 53, 02 and 65. RGB value is (83,2,101). Sum of RGB (Red+Green+Blue) = 83+2+101=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #530265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530265 is #ACFD9A. Grayscale: #252525. Windows color (decimal): -11337115 or 6619731. OLE color: 6619731.
HSL color Cylindrical-coordinate representation of color #530265: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530265 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 2 | 101 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.60 |
| HSL | 289.09º | 0.96% | 0.2% | - |
| HSV(B) | 289.09º | 0.98% | 0.4% | - |
| XYZ | 5.94 | 2.82 | 12.54 | - |
| YUV | 37.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 101 | 0.18 | 0.98 | 0 | 0.60 | 289.09 | 0.96 | 0.2 |
| Hex | 53 | 2 | 65 | 12 | 62 | 0 | 3C | 121 | 60 | 14 |
| Octal | 123 | 2 | 145 | 22 | 142 | 0 | 74 | 441 | 140 | 24 |
| Binary | 1010011 | 10 | 1100101 | 10010 | 1100010 | 0 | 111100 | 100100001 | 1100000 | 10100 |
Color Harmonies of #530265
Complementary color
Monochromatic Colors of #530265
Black with #530265
Text Example
Text Example
White with #530265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530265; }
p { color: rgb(83,2,101); }
H1.HeaderClassName
{
color: #530265;
}
.AnyTagClassName
{
color: #530265;
}
</style>
background-color css
<style>
a { background-color: #530265; }
a { background-color: rgb(83,2,101); }
div.DivClassName
{
background-color: #530265;
}
.BgClassName
{
background-color: #530265;
}
</style>
border-color css
<style>
span { border-color: #530265; }
span { border-color: rgb(83,2,101); }
td.TdClassName
{
border-color: #530265;
}
.TagClassName
{
border-color: #530265;
}
</style>