Html Css Color HEX #5308EC Han Purple

📋 copy color: '#5308EC'

red 83 ◦ green 8 ◦ blue 236

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

Shades of Han Purple #5308EC

Tints of Han Purple #5308EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 25.38%
G = 2.45%
B = 72.17%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5308EC (or 0x5308EC) is known color: Han Purple. HEX triplet: 53, 08 and EC. RGB value is (83,8,236). Sum of RGB (Red+Green+Blue) = 83+8+236=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #5308EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308EC is #ACF713. Grayscale: #373737. Windows color (decimal): -11335444 or 15468627. OLE color: 15468627.

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

Color convert

RGB 83 8 236 -
CMYK 0.65 0.97 0 0.07
HSL 259.74º 0.93% 0.48% -
HSV(B) 259.74º 0.97% 0.93% -
XYZ 18.79 8.07 79.92 -
YUV 56.42 229.35 146.96 -
System Red Green Blue C M Y K H S L
Decimal 83 8 236 0.65 0.97 0 0.07 259.74 0.93 0.48
Hex 53 8 EC 41 61 0 7 104 5D 30
Octal 123 10 354 101 141 0 7 404 135 60
Binary 1010011 1000 11101100 1000001 1100001 0 111 100000100 1011101 110000

Color Harmonies of #5308EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308EC

Black with #5308EC

Text Example


Text Example

White with #5308EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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