Html Css Color HEX #5A30FB Han Purple

📋 copy color: '#5A30FB'

red 90 ◦ green 48 ◦ blue 251

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

Shades of Han Purple #5A30FB

Tints of Han Purple #5A30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 23.14%
G = 12.34%
B = 64.52%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A30FB (or 0x5A30FB) is known color: Han Purple. HEX triplet: 5A, 30 and FB. RGB value is (90,48,251). Sum of RGB (Red+Green+Blue) = 90+48+251=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A30FB is #A5CF04. Grayscale: #525252. Windows color (decimal): -10866437 or 16461914. OLE color: 16461914.

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

Color convert

RGB 90 48 251 -
CMYK 0.64 0.81 0 0.02
HSL 252.41º 0.96% 0.59% -
HSV(B) 252.41º 0.81% 0.98% -
XYZ 22.69 11.25 92.24 -
YUV 83.7 222.41 132.49 -
System Red Green Blue C M Y K H S L
Decimal 90 48 251 0.64 0.81 0 0.02 252.41 0.96 0.59
Hex 5A 30 FB 40 51 0 2 FC 60 3B
Octal 132 60 373 100 121 0 2 374 140 73
Binary 1011010 110000 11111011 1000000 1010001 0 10 11111100 1100000 111011

Color Harmonies of #5A30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A30FB

Black with #5A30FB

Text Example


Text Example

White with #5A30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,251); }

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

background-color css

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

 a { background-color: rgb(90,48,251); }

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

border-color css

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

 span { border-color: rgb(90,48,251); }

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