Html Css Color HEX #5A2EFA Han Purple

📋 copy color: '#5A2EFA'

red 90 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #5A2EFA

Tints of Han Purple #5A2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 23.32%
G = 11.92%
B = 64.77%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A2EFA (or 0x5A2EFA) is known color: Han Purple. HEX triplet: 5A, 2E and FA. RGB value is (90,46,250). Sum of RGB (Red+Green+Blue) = 90+46+250=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A2EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2EFA is #A5D105. Grayscale: #515151. Windows color (decimal): -10866950 or 16395866. OLE color: 16395866.

HSL color Cylindrical-coordinate representation of color #5A2EFA: hue angle of 252.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2EFA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 46 250 -
CMYK 0.64 0.82 0 0.02
HSL 252.94º 0.95% 0.58% -
HSV(B) 252.94º 0.82% 0.98% -
XYZ 22.45 11.03 91.39 -
YUV 82.41 222.58 133.41 -
System Red Green Blue C M Y K H S L
Decimal 90 46 250 0.64 0.82 0 0.02 252.94 0.95 0.58
Hex 5A 2E FA 40 52 0 2 FD 5F 3A
Octal 132 56 372 100 122 0 2 375 137 72
Binary 1011010 101110 11111010 1000000 1010010 0 10 11111101 1011111 111010

Color Harmonies of #5A2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EFA

Black with #5A2EFA

Text Example


Text Example

White with #5A2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,250); }

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

background-color css

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

 a { background-color: rgb(90,46,250); }

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

border-color css

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

 span { border-color: rgb(90,46,250); }

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