Html Css Color HEX #5303EB Han Purple

📋 copy color: '#5303EB'

red 83 ◦ green 3 ◦ blue 235

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

Shades of Han Purple #5303EB

Tints of Han Purple #5303EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.21%

R = 25.86%
G = 0.93%
B = 73.21%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5303EB (or 0x5303EB) is known color: Han Purple. HEX triplet: 53, 03 and EB. RGB value is (83,3,235). Sum of RGB (Red+Green+Blue) = 83+3+235=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #5303EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303EB is #ACFC14. Grayscale: #343434. Windows color (decimal): -11336725 or 15401811. OLE color: 15401811.

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

Color convert

RGB 83 3 235 -
CMYK 0.65 0.99 0 0.08
HSL 260.69º 0.97% 0.47% -
HSV(B) 260.69º 0.99% 0.92% -
XYZ 18.6 7.9 79.14 -
YUV 53.37 230.5 149.14 -
System Red Green Blue C M Y K H S L
Decimal 83 3 235 0.65 0.99 0 0.08 260.69 0.97 0.47
Hex 53 3 EB 41 63 0 8 105 61 2F
Octal 123 3 353 101 143 0 10 405 141 57
Binary 1010011 11 11101011 1000001 1100011 0 1000 100000101 1100001 101111

Color Harmonies of #5303EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303EB

Black with #5303EB

Text Example


Text Example

White with #5303EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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