Shades of Han Purple #531BDF
Tints of Han Purple #531BDF
RGB
CMYK
RGB Variations
Color information
#531BDF (or 0x531BDF) is known color: Han Purple. HEX triplet: 53, 1B and DF. RGB value is (83,27,223). Sum of RGB (Red+Green+Blue) = 83+27+223=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #531BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BDF is #ACE420. Grayscale: #414141. Windows color (decimal): -11330593 or 14621523. OLE color: 14621523.
HSL color Cylindrical-coordinate representation of color #531BDF: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531BDF is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 27 | 223 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 257.14º | 0.78% | 0.49% | - |
| HSV(B) | 257.14º | 0.88% | 0.87% | - |
| XYZ | 17.28 | 7.95 | 70.44 | - |
| YUV | 66.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 223 | 0.63 | 0.88 | 0 | 0.13 | 257.14 | 0.78 | 0.49 |
| Hex | 53 | 1B | DF | 3F | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 123 | 33 | 337 | 77 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010011 | 11011 | 11011111 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #531BDF
Complementary color
Monochromatic Colors of #531BDF
Black with #531BDF
Text Example
Text Example
White with #531BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BDF; }
p { color: rgb(83,27,223); }
H1.HeaderClassName
{
color: #531BDF;
}
.AnyTagClassName
{
color: #531BDF;
}
</style>
background-color css
<style>
a { background-color: #531BDF; }
a { background-color: rgb(83,27,223); }
div.DivClassName
{
background-color: #531BDF;
}
.BgClassName
{
background-color: #531BDF;
}
</style>
border-color css
<style>
span { border-color: #531BDF; }
span { border-color: rgb(83,27,223); }
td.TdClassName
{
border-color: #531BDF;
}
.TagClassName
{
border-color: #531BDF;
}
</style>