Html Css Color HEX #5B30F5 Han Purple

📋 copy color: '#5B30F5'

red 91 ◦ green 48 ◦ blue 245

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

Shades of Han Purple #5B30F5

Tints of Han Purple #5B30F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 63.8%

R = 23.7%
G = 12.5%
B = 63.8%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5B30F5 (or 0x5B30F5) is known color: Han Purple. HEX triplet: 5B, 30 and F5. RGB value is (91,48,245). Sum of RGB (Red+Green+Blue) = 91+48+245=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B30F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B30F5 is #A4CF0A. Grayscale: #525252. Windows color (decimal): -10800907 or 16068699. OLE color: 16068699.

HSL color Cylindrical-coordinate representation of color #5B30F5: hue angle of 253.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B30F5 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 48 245 -
CMYK 0.63 0.80 0 0.04
HSL 253.1º 0.91% 0.57% -
HSV(B) 253.1º 0.8% 0.96% -
XYZ 21.85 10.93 87.34 -
YUV 83.32 219.25 133.48 -
System Red Green Blue C M Y K H S L
Decimal 91 48 245 0.63 0.80 0 0.04 253.1 0.91 0.57
Hex 5B 30 F5 3F 50 0 4 FD 5B 39
Octal 133 60 365 77 120 0 4 375 133 71
Binary 1011011 110000 11110101 111111 1010000 0 100 11111101 1011011 111001

Color Harmonies of #5B30F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B30F5

Black with #5B30F5

Text Example


Text Example

White with #5B30F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,48,245); }

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

background-color css

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

 a { background-color: rgb(91,48,245); }

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

border-color css

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

 span { border-color: rgb(91,48,245); }

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