Html Css Color HEX #5303DE Han Purple

📋 copy color: '#5303DE'

red 83 ◦ green 3 ◦ blue 222

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

Shades of Han Purple #5303DE

Tints of Han Purple #5303DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 26.95%
G = 0.97%
B = 72.08%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5303DE (or 0x5303DE) is known color: Han Purple. HEX triplet: 53, 03 and DE. RGB value is (83,3,222). Sum of RGB (Red+Green+Blue) = 83+3+222=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #5303DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303DE is #ACFC21. Grayscale: #333333. Windows color (decimal): -11336738 or 14549843. OLE color: 14549843.

HSL color Cylindrical-coordinate representation of color #5303DE: hue angle of 261.92º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303DE is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 3 222 -
CMYK 0.63 0.99 0 0.13
HSL 261.92º 0.97% 0.44% -
HSV(B) 261.92º 0.99% 0.87% -
XYZ 16.78 7.18 69.61 -
YUV 51.89 224 150.19 -
System Red Green Blue C M Y K H S L
Decimal 83 3 222 0.63 0.99 0 0.13 261.92 0.97 0.44
Hex 53 3 DE 3F 63 0 D 106 61 2C
Octal 123 3 336 77 143 0 15 406 141 54
Binary 1010011 11 11011110 111111 1100011 0 1101 100000110 1100001 101100

Color Harmonies of #5303DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303DE

Black with #5303DE

Text Example


Text Example

White with #5303DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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