Html Css Color HEX #5311DC Han Purple

📋 copy color: '#5311DC'

red 83 ◦ green 17 ◦ blue 220

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

Shades of Han Purple #5311DC

Tints of Han Purple #5311DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 25.94%
G = 5.31%
B = 68.75%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5311DC (or 0x5311DC) is known color: Han Purple. HEX triplet: 53, 11 and DC. RGB value is (83,17,220). Sum of RGB (Red+Green+Blue) = 83+17+220=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #5311DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5311DC is #ACEE23. Grayscale: #3B3B3B. Windows color (decimal): -11333156 or 14422355. OLE color: 14422355.

HSL color Cylindrical-coordinate representation of color #5311DC: hue angle of 259.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5311DC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 17 220 -
CMYK 0.62 0.92 0 0.14
HSL 259.51º 0.86% 0.46% -
HSV(B) 259.51º 0.92% 0.86% -
XYZ 16.69 7.41 68.26 -
YUV 59.88 218.37 144.49 -
System Red Green Blue C M Y K H S L
Decimal 83 17 220 0.62 0.92 0 0.14 259.51 0.86 0.46
Hex 53 11 DC 3E 5C 0 E 104 56 2E
Octal 123 21 334 76 134 0 16 404 126 56
Binary 1010011 10001 11011100 111110 1011100 0 1110 100000100 1010110 101110

Color Harmonies of #5311DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311DC

Black with #5311DC

Text Example


Text Example

White with #5311DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5311DC; }

 p { color: rgb(83,17,220); }

 H1.HeaderClassName
 {
   color: #5311DC;
 }
 .AnyTagClassName
 {
   color: #5311DC;
 }
</style>

background-color css

<style>
 a { background-color: #5311DC; }

 a { background-color: rgb(83,17,220); }

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

border-color css

<style>
 span { border-color: #5311DC; }

 span { border-color: rgb(83,17,220); }

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