Html Css Color HEX #5302DD Han Purple

📋 copy color: '#5302DD'

red 83 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #5302DD

Tints of Han Purple #5302DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 27.12%
G = 0.65%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5302DD (or 0x5302DD) is known color: Han Purple. HEX triplet: 53, 02 and DD. RGB value is (83,2,221). Sum of RGB (Red+Green+Blue) = 83+2+221=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #5302DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302DD is #ACFD22. Grayscale: #323232. Windows color (decimal): -11336995 or 14484051. OLE color: 14484051.

HSL color Cylindrical-coordinate representation of color #5302DD: hue angle of 262.19º degrees, saturation: 0.98, 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 #5302DD is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 2 221 -
CMYK 0.62 0.99 0 0.13
HSL 262.19º 0.98% 0.44% -
HSV(B) 262.19º 0.99% 0.87% -
XYZ 16.64 7.1 68.9 -
YUV 51.19 223.84 150.69 -
System Red Green Blue C M Y K H S L
Decimal 83 2 221 0.62 0.99 0 0.13 262.19 0.98 0.44
Hex 53 2 DD 3E 63 0 D 106 62 2C
Octal 123 2 335 76 143 0 15 406 142 54
Binary 1010011 10 11011101 111110 1100011 0 1101 100000110 1100010 101100

Color Harmonies of #5302DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302DD

Black with #5302DD

Text Example


Text Example

White with #5302DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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