Html Css Color HEX #5A2AF9 Han Purple

📋 copy color: '#5A2AF9'

red 90 ◦ green 42 ◦ blue 249

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

Shades of Han Purple #5A2AF9

Tints of Han Purple #5A2AF9

RGB

 RED value IS 90 (35.55% from 255) = 23.62%

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

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

R = 23.62%
G = 11.02%
B = 65.35%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A2AF9 (or 0x5A2AF9) is known color: Han Purple. HEX triplet: 5A, 2A and F9. RGB value is (90,42,249). Sum of RGB (Red+Green+Blue) = 90+42+249=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A2AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2AF9 is #A5D506. Grayscale: #4F4F4F. Windows color (decimal): -10867975 or 16329306. OLE color: 16329306.

HSL color Cylindrical-coordinate representation of color #5A2AF9: hue angle of 253.91º 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 #5A2AF9 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 42 249 -
CMYK 0.64 0.83 0 0.02
HSL 253.91º 0.95% 0.57% -
HSV(B) 253.91º 0.83% 0.98% -
XYZ 22.14 10.67 90.51 -
YUV 79.95 223.4 135.17 -
System Red Green Blue C M Y K H S L
Decimal 90 42 249 0.64 0.83 0 0.02 253.91 0.95 0.57
Hex 5A 2A F9 40 53 0 2 FE 5F 39
Octal 132 52 371 100 123 0 2 376 137 71
Binary 1011010 101010 11111001 1000000 1010011 0 10 11111110 1011111 111001

Color Harmonies of #5A2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2AF9

Black with #5A2AF9

Text Example


Text Example

White with #5A2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2AF9; }

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

 H1.HeaderClassName
 {
   color: #5A2AF9;
 }
 .AnyTagClassName
 {
   color: #5A2AF9;
 }
</style>

background-color css

<style>
 a { background-color: #5A2AF9; }

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

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

border-color css

<style>
 span { border-color: #5A2AF9; }

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

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