Html Css Color HEX #5828ED Han Purple

📋 copy color: '#5828ED'

red 88 ◦ green 40 ◦ blue 237

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

Shades of Han Purple #5828ED

Tints of Han Purple #5828ED

RGB

 RED value IS 88 (34.77% from 255) = 24.11%

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 24.11%
G = 10.96%
B = 64.93%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5828ED (or 0x5828ED) is known color: Han Purple. HEX triplet: 58, 28 and ED. RGB value is (88,40,237). Sum of RGB (Red+Green+Blue) = 88+40+237=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #5828ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5828ED is #A7D712. Grayscale: #4C4C4C. Windows color (decimal): -10999571 or 15542360. OLE color: 15542360.

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

Color convert

RGB 88 40 237 -
CMYK 0.63 0.83 0 0.07
HSL 254.62º 0.85% 0.54% -
HSV(B) 254.62º 0.83% 0.93% -
XYZ 20.07 9.71 80.94 -
YUV 76.81 218.4 135.98 -
System Red Green Blue C M Y K H S L
Decimal 88 40 237 0.63 0.83 0 0.07 254.62 0.85 0.54
Hex 58 28 ED 3F 53 0 7 FF 55 36
Octal 130 50 355 77 123 0 7 377 125 66
Binary 1011000 101000 11101101 111111 1010011 0 111 11111111 1010101 110110

Color Harmonies of #5828ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828ED

Black with #5828ED

Text Example


Text Example

White with #5828ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5828ED; }

 p { color: rgb(88,40,237); }

 H1.HeaderClassName
 {
   color: #5828ED;
 }
 .AnyTagClassName
 {
   color: #5828ED;
 }
</style>

background-color css

<style>
 a { background-color: #5828ED; }

 a { background-color: rgb(88,40,237); }

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

border-color css

<style>
 span { border-color: #5828ED; }

 span { border-color: rgb(88,40,237); }

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