Html Css Color HEX #582AF9 Han Purple

📋 copy color: '#582AF9'

red 88 ◦ green 42 ◦ blue 249

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

Shades of Han Purple #582AF9

Tints of Han Purple #582AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 23.22%
G = 11.08%
B = 65.7%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#582AF9 (or 0x582AF9) is known color: Han Purple. HEX triplet: 58, 2A and F9. RGB value is (88,42,249). Sum of RGB (Red+Green+Blue) = 88+42+249=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #582AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AF9 is #A7D506. Grayscale: #4E4E4E. Windows color (decimal): -10999047 or 16329304. OLE color: 16329304.

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

Color convert

RGB 88 42 249 -
CMYK 0.65 0.83 0 0.02
HSL 253.33º 0.95% 0.57% -
HSV(B) 253.33º 0.83% 0.98% -
XYZ 21.95 10.57 90.51 -
YUV 79.35 223.74 134.17 -
System Red Green Blue C M Y K H S L
Decimal 88 42 249 0.65 0.83 0 0.02 253.33 0.95 0.57
Hex 58 2A F9 41 53 0 2 FD 5F 39
Octal 130 52 371 101 123 0 2 375 137 71
Binary 1011000 101010 11111001 1000001 1010011 0 10 11111101 1011111 111001

Color Harmonies of #582AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AF9

Black with #582AF9

Text Example


Text Example

White with #582AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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