Html Css Color HEX #5303E8 Han Purple

📋 copy color: '#5303E8'

red 83 ◦ green 3 ◦ blue 232

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

Shades of Han Purple #5303E8

Tints of Han Purple #5303E8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 232 (91.02% from 255) = 72.96%

R = 26.1%
G = 0.94%
B = 72.96%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5303E8 (or 0x5303E8) is known color: Han Purple. HEX triplet: 53, 03 and E8. RGB value is (83,3,232). Sum of RGB (Red+Green+Blue) = 83+3+232=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #5303E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303E8 is #ACFC17. Grayscale: #343434. Windows color (decimal): -11336728 or 15205203. OLE color: 15205203.

HSL color Cylindrical-coordinate representation of color #5303E8: hue angle of 260.96º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303E8 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 3 232 -
CMYK 0.64 0.99 0 0.09
HSL 260.96º 0.97% 0.46% -
HSV(B) 260.96º 0.99% 0.91% -
XYZ 18.17 7.73 76.88 -
YUV 53.03 229 149.38 -
System Red Green Blue C M Y K H S L
Decimal 83 3 232 0.64 0.99 0 0.09 260.96 0.97 0.46
Hex 53 3 E8 40 63 0 9 105 61 2E
Octal 123 3 350 100 143 0 11 405 141 56
Binary 1010011 11 11101000 1000000 1100011 0 1001 100000101 1100001 101110

Color Harmonies of #5303E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303E8

Black with #5303E8

Text Example


Text Example

White with #5303E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5303E8; }

 p { color: rgb(83,3,232); }

 H1.HeaderClassName
 {
   color: #5303E8;
 }
 .AnyTagClassName
 {
   color: #5303E8;
 }
</style>

background-color css

<style>
 a { background-color: #5303E8; }

 a { background-color: rgb(83,3,232); }

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

border-color css

<style>
 span { border-color: #5303E8; }

 span { border-color: rgb(83,3,232); }

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