Html Css Color HEX #5228EE Han Purple

📋 copy color: '#5228EE'

red 82 ◦ green 40 ◦ blue 238

#5228EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5228EE

Tints of Han Purple #5228EE

RGB

 RED value IS 82 (32.42% from 255) = 22.78%

 GREEN value IS 40 (16.02% from 255) = 11.11%

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 22.78%
G = 11.11%
B = 66.11%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5228EE (or 0x5228EE) is known color: Han Purple. HEX triplet: 52, 28 and EE. RGB value is (82,40,238). Sum of RGB (Red+Green+Blue) = 82+40+238=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #5228EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5228EE is #ADD711. Grayscale: #4A4A4A. Windows color (decimal): -11392786 or 15607890. OLE color: 15607890.

HSL color Cylindrical-coordinate representation of color #5228EE: hue angle of 252.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5228EE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 40 238 -
CMYK 0.66 0.83 0 0.07
HSL 252.73º 0.85% 0.55% -
HSV(B) 252.73º 0.83% 0.93% -
XYZ 19.67 9.48 81.68 -
YUV 75.13 219.91 132.9 -
System Red Green Blue C M Y K H S L
Decimal 82 40 238 0.66 0.83 0 0.07 252.73 0.85 0.55
Hex 52 28 EE 42 53 0 7 FD 55 37
Octal 122 50 356 102 123 0 7 375 125 67
Binary 1010010 101000 11101110 1000010 1010011 0 111 11111101 1010101 110111

Color Harmonies of #5228EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5228EE

Black with #5228EE

Text Example


Text Example

White with #5228EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5228EE; }

 p { color: rgb(82,40,238); }

 H1.HeaderClassName
 {
   color: #5228EE;
 }
 .AnyTagClassName
 {
   color: #5228EE;
 }
</style>

background-color css

<style>
 a { background-color: #5228EE; }

 a { background-color: rgb(82,40,238); }

 div.DivClassName
 {
   background-color: #5228EE;
 }
 .BgClassName
 {
   background-color: #5228EE;
 }
</style>

border-color css

<style>
 span { border-color: #5228EE; }

 span { border-color: rgb(82,40,238); }

 td.TdClassName
 {
   border-color: #5228EE;
 }
 .TagClassName
 {
   border-color: #5228EE;
 }
</style>