Html Css Color HEX #4521DC Han Purple

📋 copy color: '#4521DC'

red 69 ◦ green 33 ◦ blue 220

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

Shades of Han Purple #4521DC

Tints of Han Purple #4521DC

RGB

 RED value IS 69 (27.34% from 255) = 21.43%

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 21.43%
G = 10.25%
B = 68.32%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4521DC (or 0x4521DC) is known color: Han Purple. HEX triplet: 45, 21 and DC. RGB value is (69,33,220). Sum of RGB (Red+Green+Blue) = 69+33+220=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #4521DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4521DC is #BADE23. Grayscale: #404040. Windows color (decimal): -12246564 or 14426437. OLE color: 14426437.

HSL color Cylindrical-coordinate representation of color #4521DC: hue angle of 251.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4521DC is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 33 220 -
CMYK 0.69 0.85 0 0.14
HSL 251.55º 0.74% 0.5% -
HSV(B) 251.55º 0.85% 0.86% -
XYZ 15.92 7.52 68.32 -
YUV 65.08 215.43 130.79 -
System Red Green Blue C M Y K H S L
Decimal 69 33 220 0.69 0.85 0 0.14 251.55 0.74 0.5
Hex 45 21 DC 45 55 0 E FC 4A 32
Octal 105 41 334 105 125 0 16 374 112 62
Binary 1000101 100001 11011100 1000101 1010101 0 1110 11111100 1001010 110010

Color Harmonies of #4521DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4521DC

Black with #4521DC

Text Example


Text Example

White with #4521DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,33,220); }

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

background-color css

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

 a { background-color: rgb(69,33,220); }

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

border-color css

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

 span { border-color: rgb(69,33,220); }

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