Html Css Color HEX #4520DB Han Purple

📋 copy color: '#4520DB'

red 69 ◦ green 32 ◦ blue 219

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

Shades of Han Purple #4520DB

Tints of Han Purple #4520DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 21.56%
G = 10%
B = 68.44%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4520DB (or 0x4520DB) is known color: Han Purple. HEX triplet: 45, 20 and DB. RGB value is (69,32,219). Sum of RGB (Red+Green+Blue) = 69+32+219=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #4520DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520DB is #BADF24. Grayscale: #3F3F3F. Windows color (decimal): -12246821 or 14360645. OLE color: 14360645.

HSL color Cylindrical-coordinate representation of color #4520DB: hue angle of 251.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4520DB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 32 219 -
CMYK 0.68 0.85 0 0.14
HSL 251.87º 0.75% 0.49% -
HSV(B) 251.87º 0.85% 0.86% -
XYZ 15.76 7.41 67.62 -
YUV 64.38 215.26 131.29 -
System Red Green Blue C M Y K H S L
Decimal 69 32 219 0.68 0.85 0 0.14 251.87 0.75 0.49
Hex 45 20 DB 44 55 0 E FC 4B 31
Octal 105 40 333 104 125 0 16 374 113 61
Binary 1000101 100000 11011011 1000100 1010101 0 1110 11111100 1001011 110001

Color Harmonies of #4520DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520DB

Black with #4520DB

Text Example


Text Example

White with #4520DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4520DB; }

 p { color: rgb(69,32,219); }

 H1.HeaderClassName
 {
   color: #4520DB;
 }
 .AnyTagClassName
 {
   color: #4520DB;
 }
</style>

background-color css

<style>
 a { background-color: #4520DB; }

 a { background-color: rgb(69,32,219); }

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

border-color css

<style>
 span { border-color: #4520DB; }

 span { border-color: rgb(69,32,219); }

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