Shades of Han Purple #530BDD
Tints of Han Purple #530BDD
RGB
CMYK
RGB Variations
Color information
#530BDD (or 0x530BDD) is known color: Han Purple. HEX triplet: 53, 0B and DD. RGB value is (83,11,221). Sum of RGB (Red+Green+Blue) = 83+11+221=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #530BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BDD is #ACF422. Grayscale: #373737. Windows color (decimal): -11334691 or 14486355. OLE color: 14486355.
HSL color Cylindrical-coordinate representation of color #530BDD: hue angle of 260.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BDD is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 11 | 221 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 260.57º | 0.91% | 0.45% | - |
| HSV(B) | 260.57º | 0.95% | 0.87% | - |
| XYZ | 16.74 | 7.3 | 68.93 | - |
| YUV | 56.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 221 | 0.62 | 0.95 | 0 | 0.13 | 260.57 | 0.91 | 0.45 |
| Hex | 53 | B | DD | 3E | 5F | 0 | D | 105 | 5B | 2D |
| Octal | 123 | 13 | 335 | 76 | 137 | 0 | 15 | 405 | 133 | 55 |
| Binary | 1010011 | 1011 | 11011101 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011011 | 101101 |
Color Harmonies of #530BDD
Complementary color
Monochromatic Colors of #530BDD
Black with #530BDD
Text Example
Text Example
White with #530BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BDD; }
p { color: rgb(83,11,221); }
H1.HeaderClassName
{
color: #530BDD;
}
.AnyTagClassName
{
color: #530BDD;
}
</style>
background-color css
<style>
a { background-color: #530BDD; }
a { background-color: rgb(83,11,221); }
div.DivClassName
{
background-color: #530BDD;
}
.BgClassName
{
background-color: #530BDD;
}
</style>
border-color css
<style>
span { border-color: #530BDD; }
span { border-color: rgb(83,11,221); }
td.TdClassName
{
border-color: #530BDD;
}
.TagClassName
{
border-color: #530BDD;
}
</style>