Shades of Han Purple #5230EF
Tints of Han Purple #5230EF
RGB
CMYK
RGB Variations
Color information
#5230EF (or 0x5230EF) is known color: Han Purple. HEX triplet: 52, 30 and EF. RGB value is (82,48,239). Sum of RGB (Red+Green+Blue) = 82+48+239=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #5230EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5230EF is #ADCF10. Grayscale: #4F4F4F. Windows color (decimal): -11390737 or 15675474. OLE color: 15675474.
HSL color Cylindrical-coordinate representation of color #5230EF: hue angle of 250.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5230EF is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 48 | 239 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.06 |
| HSL | 250.68º | 0.86% | 0.56% | - |
| HSV(B) | 250.68º | 0.8% | 0.94% | - |
| XYZ | 20.12 | 10.14 | 82.56 | - |
| YUV | 79.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 239 | 0.66 | 0.80 | 0 | 0.06 | 250.68 | 0.86 | 0.56 |
| Hex | 52 | 30 | EF | 42 | 50 | 0 | 6 | FB | 56 | 38 |
| Octal | 122 | 60 | 357 | 102 | 120 | 0 | 6 | 373 | 126 | 70 |
| Binary | 1010010 | 110000 | 11101111 | 1000010 | 1010000 | 0 | 110 | 11111011 | 1010110 | 111000 |
Color Harmonies of #5230EF
Complementary color
Monochromatic Colors of #5230EF
Black with #5230EF
Text Example
Text Example
White with #5230EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230EF; }
p { color: rgb(82,48,239); }
H1.HeaderClassName
{
color: #5230EF;
}
.AnyTagClassName
{
color: #5230EF;
}
</style>
background-color css
<style>
a { background-color: #5230EF; }
a { background-color: rgb(82,48,239); }
div.DivClassName
{
background-color: #5230EF;
}
.BgClassName
{
background-color: #5230EF;
}
</style>
border-color css
<style>
span { border-color: #5230EF; }
span { border-color: rgb(82,48,239); }
td.TdClassName
{
border-color: #5230EF;
}
.TagClassName
{
border-color: #5230EF;
}
</style>