Html Css Color HEX #4519DB Han Purple

📋 copy color: '#4519DB'

red 69 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #4519DB

Tints of Han Purple #4519DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 22.04%
G = 7.99%
B = 69.97%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4519DB (or 0x4519DB) is known color: Han Purple. HEX triplet: 45, 19 and DB. RGB value is (69,25,219). Sum of RGB (Red+Green+Blue) = 69+25+219=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #4519DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4519DB is #BAE624. Grayscale: #3B3B3B. Windows color (decimal): -12248613 or 14358853. OLE color: 14358853.

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

Color convert

RGB 69 25 219 -
CMYK 0.68 0.89 0 0.14
HSL 253.61º 0.8% 0.48% -
HSV(B) 253.61º 0.89% 0.86% -
XYZ 15.59 7.07 67.56 -
YUV 60.27 217.58 134.23 -
System Red Green Blue C M Y K H S L
Decimal 69 25 219 0.68 0.89 0 0.14 253.61 0.8 0.48
Hex 45 19 DB 44 59 0 E FE 50 30
Octal 105 31 333 104 131 0 16 376 120 60
Binary 1000101 11001 11011011 1000100 1011001 0 1110 11111110 1010000 110000

Color Harmonies of #4519DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519DB

Black with #4519DB

Text Example


Text Example

White with #4519DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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