Shades of Indigo #530167
Tints of Indigo #530167
RGB
CMYK
RGB Variations
Color information
#530167 (or 0x530167) is known color: Indigo. HEX triplet: 53, 01 and 67. RGB value is (83,1,103). Sum of RGB (Red+Green+Blue) = 83+1+103=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #530167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530167 is #ACFE98. Grayscale: #242424. Windows color (decimal): -11337369 or 6750547. OLE color: 6750547.
HSL color Cylindrical-coordinate representation of color #530167: hue angle of 288.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530167 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 1 | 103 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.60 |
| HSL | 288.24º | 0.98% | 0.2% | - |
| HSV(B) | 288.24º | 0.99% | 0.4% | - |
| XYZ | 6.03 | 2.84 | 13.06 | - |
| YUV | 37.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 103 | 0.19 | 0.99 | 0 | 0.60 | 288.24 | 0.98 | 0.2 |
| Hex | 53 | 1 | 67 | 13 | 63 | 0 | 3C | 120 | 62 | 14 |
| Octal | 123 | 1 | 147 | 23 | 143 | 0 | 74 | 440 | 142 | 24 |
| Binary | 1010011 | 1 | 1100111 | 10011 | 1100011 | 0 | 111100 | 100100000 | 1100010 | 10100 |
Color Harmonies of #530167
Complementary color
Monochromatic Colors of #530167
Black with #530167
Text Example
Text Example
White with #530167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530167; }
p { color: rgb(83,1,103); }
H1.HeaderClassName
{
color: #530167;
}
.AnyTagClassName
{
color: #530167;
}
</style>
background-color css
<style>
a { background-color: #530167; }
a { background-color: rgb(83,1,103); }
div.DivClassName
{
background-color: #530167;
}
.BgClassName
{
background-color: #530167;
}
</style>
border-color css
<style>
span { border-color: #530167; }
span { border-color: rgb(83,1,103); }
td.TdClassName
{
border-color: #530167;
}
.TagClassName
{
border-color: #530167;
}
</style>