Html Css Color HEX #5330EB Han Purple

📋 copy color: '#5330EB'

red 83 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #5330EB

Tints of Han Purple #5330EB

RGB

 RED value IS 83 (32.81% from 255) = 22.68%

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 22.68%
G = 13.11%
B = 64.21%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5330EB (or 0x5330EB) is known color: Han Purple. HEX triplet: 53, 30 and EB. RGB value is (83,48,235). Sum of RGB (Red+Green+Blue) = 83+48+235=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #5330EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330EB is #ACCF14. Grayscale: #4F4F4F. Windows color (decimal): -11325205 or 15413331. OLE color: 15413331.

HSL color Cylindrical-coordinate representation of color #5330EB: hue angle of 251.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5330EB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 48 235 -
CMYK 0.65 0.80 0 0.08
HSL 251.23º 0.82% 0.55% -
HSV(B) 251.23º 0.8% 0.92% -
XYZ 19.62 9.95 79.48 -
YUV 79.78 215.6 130.29 -
System Red Green Blue C M Y K H S L
Decimal 83 48 235 0.65 0.80 0 0.08 251.23 0.82 0.55
Hex 53 30 EB 41 50 0 8 FB 52 37
Octal 123 60 353 101 120 0 10 373 122 67
Binary 1010011 110000 11101011 1000001 1010000 0 1000 11111011 1010010 110111

Color Harmonies of #5330EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330EB

Black with #5330EB

Text Example


Text Example

White with #5330EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5330EB; }

 p { color: rgb(83,48,235); }

 H1.HeaderClassName
 {
   color: #5330EB;
 }
 .AnyTagClassName
 {
   color: #5330EB;
 }
</style>

background-color css

<style>
 a { background-color: #5330EB; }

 a { background-color: rgb(83,48,235); }

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

border-color css

<style>
 span { border-color: #5330EB; }

 span { border-color: rgb(83,48,235); }

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