Shades of Han Purple #5230DF
Tints of Han Purple #5230DF
RGB
CMYK
RGB Variations
Color information
#5230DF (or 0x5230DF) is known color: Han Purple. HEX triplet: 52, 30 and DF. RGB value is (82,48,223). Sum of RGB (Red+Green+Blue) = 82+48+223=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #5230DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230DF is #ADCF20. Grayscale: #4D4D4D. Windows color (decimal): -11390753 or 14626898. OLE color: 14626898.
HSL color Cylindrical-coordinate representation of color #5230DF: hue angle of 251.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5230DF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 48 | 223 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.13 |
| HSL | 251.66º | 0.73% | 0.53% | - |
| HSV(B) | 251.66º | 0.78% | 0.87% | - |
| XYZ | 17.86 | 9.24 | 70.65 | - |
| YUV | 78.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 223 | 0.63 | 0.78 | 0 | 0.13 | 251.66 | 0.73 | 0.53 |
| Hex | 52 | 30 | DF | 3F | 4E | 0 | D | FC | 49 | 35 |
| Octal | 122 | 60 | 337 | 77 | 116 | 0 | 15 | 374 | 111 | 65 |
| Binary | 1010010 | 110000 | 11011111 | 111111 | 1001110 | 0 | 1101 | 11111100 | 1001001 | 110101 |
Color Harmonies of #5230DF
Complementary color
Monochromatic Colors of #5230DF
Black with #5230DF
Text Example
Text Example
White with #5230DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230DF; }
p { color: rgb(82,48,223); }
H1.HeaderClassName
{
color: #5230DF;
}
.AnyTagClassName
{
color: #5230DF;
}
</style>
background-color css
<style>
a { background-color: #5230DF; }
a { background-color: rgb(82,48,223); }
div.DivClassName
{
background-color: #5230DF;
}
.BgClassName
{
background-color: #5230DF;
}
</style>
border-color css
<style>
span { border-color: #5230DF; }
span { border-color: rgb(82,48,223); }
td.TdClassName
{
border-color: #5230DF;
}
.TagClassName
{
border-color: #5230DF;
}
</style>