Html Css Color HEX #5308EA Han Purple

📋 copy color: '#5308EA'

red 83 ◦ green 8 ◦ blue 234

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

Shades of Han Purple #5308EA

Tints of Han Purple #5308EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

 BLUE value IS 234 (91.8% from 255) = 72%

R = 25.54%
G = 2.46%
B = 72%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5308EA (or 0x5308EA) is known color: Han Purple. HEX triplet: 53, 08 and EA. RGB value is (83,8,234). Sum of RGB (Red+Green+Blue) = 83+8+234=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #5308EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308EA is #ACF715. Grayscale: #373737. Windows color (decimal): -11335446 or 15337555. OLE color: 15337555.

HSL color Cylindrical-coordinate representation of color #5308EA: hue angle of 259.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5308EA is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 8 234 -
CMYK 0.65 0.97 0 0.08
HSL 259.91º 0.93% 0.47% -
HSV(B) 259.91º 0.97% 0.92% -
XYZ 18.51 7.95 78.4 -
YUV 56.19 228.35 147.12 -
System Red Green Blue C M Y K H S L
Decimal 83 8 234 0.65 0.97 0 0.08 259.91 0.93 0.47
Hex 53 8 EA 41 61 0 8 104 5D 2F
Octal 123 10 352 101 141 0 10 404 135 57
Binary 1010011 1000 11101010 1000001 1100001 0 1000 100000100 1011101 101111

Color Harmonies of #5308EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308EA

Black with #5308EA

Text Example


Text Example

White with #5308EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5308EA; }

 p { color: rgb(83,8,234); }

 H1.HeaderClassName
 {
   color: #5308EA;
 }
 .AnyTagClassName
 {
   color: #5308EA;
 }
</style>

background-color css

<style>
 a { background-color: #5308EA; }

 a { background-color: rgb(83,8,234); }

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

border-color css

<style>
 span { border-color: #5308EA; }

 span { border-color: rgb(83,8,234); }

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