Html Css Color HEX #582AEE Han Purple

📋 copy color: '#582AEE'

red 88 ◦ green 42 ◦ blue 238

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

Shades of Han Purple #582AEE

Tints of Han Purple #582AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

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

R = 23.91%
G = 11.41%
B = 64.67%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#582AEE (or 0x582AEE) is known color: Han Purple. HEX triplet: 58, 2A and EE. RGB value is (88,42,238). Sum of RGB (Red+Green+Blue) = 88+42+238=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #582AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AEE is #A7D511. Grayscale: #4D4D4D. Windows color (decimal): -10999058 or 15608408. OLE color: 15608408.

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

Color convert

RGB 88 42 238 -
CMYK 0.63 0.82 0 0.07
HSL 254.08º 0.85% 0.55% -
HSV(B) 254.08º 0.82% 0.93% -
XYZ 20.29 9.9 81.73 -
YUV 78.1 218.24 135.06 -
System Red Green Blue C M Y K H S L
Decimal 88 42 238 0.63 0.82 0 0.07 254.08 0.85 0.55
Hex 58 2A EE 3F 52 0 7 FE 55 37
Octal 130 52 356 77 122 0 7 376 125 67
Binary 1011000 101010 11101110 111111 1010010 0 111 11111110 1010101 110111

Color Harmonies of #582AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AEE

Black with #582AEE

Text Example


Text Example

White with #582AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582AEE; }

 p { color: rgb(88,42,238); }

 H1.HeaderClassName
 {
   color: #582AEE;
 }
 .AnyTagClassName
 {
   color: #582AEE;
 }
</style>

background-color css

<style>
 a { background-color: #582AEE; }

 a { background-color: rgb(88,42,238); }

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

border-color css

<style>
 span { border-color: #582AEE; }

 span { border-color: rgb(88,42,238); }

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