Shades of Han Purple #5235DF
Tints of Han Purple #5235DF
RGB
CMYK
RGB Variations
Color information
#5235DF (or 0x5235DF) is known color: Han Purple. HEX triplet: 52, 35 and DF. RGB value is (82,53,223). Sum of RGB (Red+Green+Blue) = 82+53+223=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #5235DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5235DF is #ADCA20. Grayscale: #505050. Windows color (decimal): -11389473 or 14628178. OLE color: 14628178.
HSL color Cylindrical-coordinate representation of color #5235DF: hue angle of 250.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5235DF is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 53 | 223 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.13 |
| HSL | 250.24º | 0.73% | 0.54% | - |
| HSV(B) | 250.24º | 0.76% | 0.87% | - |
| XYZ | 18.07 | 9.67 | 70.73 | - |
| YUV | 81.05 | 208.11 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 223 | 0.63 | 0.76 | 0 | 0.13 | 250.24 | 0.73 | 0.54 |
| Hex | 52 | 35 | DF | 3F | 4C | 0 | D | FA | 49 | 36 |
| Octal | 122 | 65 | 337 | 77 | 114 | 0 | 15 | 372 | 111 | 66 |
| Binary | 1010010 | 110101 | 11011111 | 111111 | 1001100 | 0 | 1101 | 11111010 | 1001001 | 110110 |
Color Harmonies of #5235DF
Complementary color
Monochromatic Colors of #5235DF
Black with #5235DF
Text Example
Text Example
White with #5235DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235DF; }
p { color: rgb(82,53,223); }
H1.HeaderClassName
{
color: #5235DF;
}
.AnyTagClassName
{
color: #5235DF;
}
</style>
background-color css
<style>
a { background-color: #5235DF; }
a { background-color: rgb(82,53,223); }
div.DivClassName
{
background-color: #5235DF;
}
.BgClassName
{
background-color: #5235DF;
}
</style>
border-color css
<style>
span { border-color: #5235DF; }
span { border-color: rgb(82,53,223); }
td.TdClassName
{
border-color: #5235DF;
}
.TagClassName
{
border-color: #5235DF;
}
</style>