Html Css Color HEX #5828DE Han Purple

📋 copy color: '#5828DE'

red 88 ◦ green 40 ◦ blue 222

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

Shades of Han Purple #5828DE

Tints of Han Purple #5828DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 25.14%
G = 11.43%
B = 63.43%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5828DE (or 0x5828DE) is known color: Han Purple. HEX triplet: 58, 28 and DE. RGB value is (88,40,222). Sum of RGB (Red+Green+Blue) = 88+40+222=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #5828DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5828DE is #A7D721. Grayscale: #4A4A4A. Windows color (decimal): -10999586 or 14559320. OLE color: 14559320.

HSL color Cylindrical-coordinate representation of color #5828DE: hue angle of 255.82º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5828DE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 40 222 -
CMYK 0.60 0.82 0 0.13
HSL 255.82º 0.73% 0.51% -
HSV(B) 255.82º 0.82% 0.87% -
XYZ 17.97 8.87 69.87 -
YUV 75.1 210.9 137.2 -
System Red Green Blue C M Y K H S L
Decimal 88 40 222 0.60 0.82 0 0.13 255.82 0.73 0.51
Hex 58 28 DE 3C 52 0 D 100 49 33
Octal 130 50 336 74 122 0 15 400 111 63
Binary 1011000 101000 11011110 111100 1010010 0 1101 100000000 1001001 110011

Color Harmonies of #5828DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828DE

Black with #5828DE

Text Example


Text Example

White with #5828DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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