Html Css Color HEX #5302DC Han Purple

📋 copy color: '#5302DC'

red 83 ◦ green 2 ◦ blue 220

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

Shades of Han Purple #5302DC

Tints of Han Purple #5302DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 27.21%
G = 0.66%
B = 72.13%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5302DC (or 0x5302DC) is known color: Han Purple. HEX triplet: 53, 02 and DC. RGB value is (83,2,220). Sum of RGB (Red+Green+Blue) = 83+2+220=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #5302DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302DC is #ACFD23. Grayscale: #323232. Windows color (decimal): -11336996 or 14418515. OLE color: 14418515.

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

Color convert

RGB 83 2 220 -
CMYK 0.62 0.99 0 0.14
HSL 262.29º 0.98% 0.44% -
HSV(B) 262.29º 0.99% 0.86% -
XYZ 16.51 7.05 68.2 -
YUV 51.07 223.34 150.77 -
System Red Green Blue C M Y K H S L
Decimal 83 2 220 0.62 0.99 0 0.14 262.29 0.98 0.44
Hex 53 2 DC 3E 63 0 E 106 62 2C
Octal 123 2 334 76 143 0 16 406 142 54
Binary 1010011 10 11011100 111110 1100011 0 1110 100000110 1100010 101100

Color Harmonies of #5302DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302DC

Black with #5302DC

Text Example


Text Example

White with #5302DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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