Html Css Color HEX #5308EF Han Purple

📋 copy color: '#5308EF'

red 83 ◦ green 8 ◦ blue 239

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

Shades of Han Purple #5308EF

Tints of Han Purple #5308EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 25.15%
G = 2.42%
B = 72.42%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5308EF (or 0x5308EF) is known color: Han Purple. HEX triplet: 53, 08 and EF. RGB value is (83,8,239). Sum of RGB (Red+Green+Blue) = 83+8+239=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #5308EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308EF is #ACF710. Grayscale: #373737. Windows color (decimal): -11335441 or 15665235. OLE color: 15665235.

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

Color convert

RGB 83 8 239 -
CMYK 0.65 0.97 0 0.06
HSL 259.48º 0.94% 0.48% -
HSV(B) 259.48º 0.97% 0.94% -
XYZ 19.23 8.24 82.24 -
YUV 56.76 230.85 146.72 -
System Red Green Blue C M Y K H S L
Decimal 83 8 239 0.65 0.97 0 0.06 259.48 0.94 0.48
Hex 53 8 EF 41 61 0 6 103 5E 30
Octal 123 10 357 101 141 0 6 403 136 60
Binary 1010011 1000 11101111 1000001 1100001 0 110 100000011 1011110 110000

Color Harmonies of #5308EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308EF

Black with #5308EF

Text Example


Text Example

White with #5308EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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