Html Css Color HEX #5828FA Han Purple

📋 copy color: '#5828FA'

red 88 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #5828FA

Tints of Han Purple #5828FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 23.28%
G = 10.58%
B = 66.14%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5828FA (or 0x5828FA) is known color: Han Purple. HEX triplet: 58, 28 and FA. RGB value is (88,40,250). Sum of RGB (Red+Green+Blue) = 88+40+250=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #5828FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5828FA is #A7D705. Grayscale: #4D4D4D. Windows color (decimal): -10999558 or 16394328. OLE color: 16394328.

HSL color Cylindrical-coordinate representation of color #5828FA: hue angle of 253.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5828FA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 40 250 -
CMYK 0.65 0.84 0 0.02
HSL 253.71º 0.95% 0.57% -
HSV(B) 253.71º 0.84% 0.98% -
XYZ 22.04 10.49 91.31 -
YUV 78.29 224.9 134.92 -
System Red Green Blue C M Y K H S L
Decimal 88 40 250 0.65 0.84 0 0.02 253.71 0.95 0.57
Hex 58 28 FA 41 54 0 2 FE 5F 39
Octal 130 50 372 101 124 0 2 376 137 71
Binary 1011000 101000 11111010 1000001 1010100 0 10 11111110 1011111 111001

Color Harmonies of #5828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828FA

Black with #5828FA

Text Example


Text Example

White with #5828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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