Html Css Color HEX #5B2EE9 Han Purple

📋 copy color: '#5B2EE9'

red 91 ◦ green 46 ◦ blue 233

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

Shades of Han Purple #5B2EE9

Tints of Han Purple #5B2EE9

RGB

 RED value IS 91 (35.94% from 255) = 24.59%

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

 BLUE value IS 233 (91.41% from 255) = 62.97%

R = 24.59%
G = 12.43%
B = 62.97%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5B2EE9 (or 0x5B2EE9) is known color: Han Purple. HEX triplet: 5B, 2E and E9. RGB value is (91,46,233). Sum of RGB (Red+Green+Blue) = 91+46+233=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B2EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2EE9 is #A4D116. Grayscale: #505050. Windows color (decimal): -10801431 or 15281755. OLE color: 15281755.

HSL color Cylindrical-coordinate representation of color #5B2EE9: hue angle of 254.44º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2EE9 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 91 46 233 -
CMYK 0.61 0.80 0 0.09
HSL 254.44º 0.81% 0.55% -
HSV(B) 254.44º 0.8% 0.91% -
XYZ 20 10.06 77.98 -
YUV 80.77 213.91 135.29 -
System Red Green Blue C M Y K H S L
Decimal 91 46 233 0.61 0.80 0 0.09 254.44 0.81 0.55
Hex 5B 2E E9 3D 50 0 9 FE 51 37
Octal 133 56 351 75 120 0 11 376 121 67
Binary 1011011 101110 11101001 111101 1010000 0 1001 11111110 1010001 110111

Color Harmonies of #5B2EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2EE9

Black with #5B2EE9

Text Example


Text Example

White with #5B2EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,46,233); }

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

background-color css

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

 a { background-color: rgb(91,46,233); }

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

border-color css

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

 span { border-color: rgb(91,46,233); }

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