Html Css Color HEX #582AFF Han Purple

📋 copy color: '#582AFF'

red 88 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #582AFF

Tints of Han Purple #582AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 22.86%
G = 10.91%
B = 66.23%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#582AFF (or 0x582AFF) is known color: Han Purple. HEX triplet: 58, 2A and FF. RGB value is (88,42,255). Sum of RGB (Red+Green+Blue) = 88+42+255=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #582AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AFF is #A7D500. Grayscale: #4F4F4F. Windows color (decimal): -10999041 or 16722520. OLE color: 16722520.

HSL color Cylindrical-coordinate representation of color #582AFF: hue angle of 252.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #582AFF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 42 255 -
CMYK 0.65 0.84 0 0
HSL 252.96º 1% 0.58% -
HSV(B) 252.96º 0.84% 1% -
XYZ 22.9 10.95 95.51 -
YUV 80.04 226.74 133.68 -
System Red Green Blue C M Y K H S L
Decimal 88 42 255 0.65 0.84 0 0 252.96 1 0.58
Hex 58 2A FF 41 54 0 0 FD 64 3A
Octal 130 52 377 101 124 0 0 375 144 72
Binary 1011000 101010 11111111 1000001 1010100 0 0 11111101 1100100 111010

Color Harmonies of #582AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AFF

Black with #582AFF

Text Example


Text Example

White with #582AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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