Html Css Color HEX #5303EF Han Purple

📋 copy color: '#5303EF'

red 83 ◦ green 3 ◦ blue 239

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

Shades of Han Purple #5303EF

Tints of Han Purple #5303EF

RGB

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

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

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

R = 25.54%
G = 0.92%
B = 73.54%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5303EF (or 0x5303EF) is known color: Han Purple. HEX triplet: 53, 03 and EF. RGB value is (83,3,239). Sum of RGB (Red+Green+Blue) = 83+3+239=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #5303EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303EF is #ACFC10. Grayscale: #343434. Windows color (decimal): -11336721 or 15663955. OLE color: 15663955.

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

Color convert

RGB 83 3 239 -
CMYK 0.65 0.99 0 0.06
HSL 260.34º 0.98% 0.47% -
HSV(B) 260.34º 0.99% 0.94% -
XYZ 19.18 8.14 82.22 -
YUV 53.82 232.5 148.81 -
System Red Green Blue C M Y K H S L
Decimal 83 3 239 0.65 0.99 0 0.06 260.34 0.98 0.47
Hex 53 3 EF 41 63 0 6 104 62 2F
Octal 123 3 357 101 143 0 6 404 142 57
Binary 1010011 11 11101111 1000001 1100011 0 110 100000100 1100010 101111

Color Harmonies of #5303EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303EF

Black with #5303EF

Text Example


Text Example

White with #5303EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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