Html Css Color HEX #4518DB Han Purple

📋 copy color: '#4518DB'

red 69 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #4518DB

Tints of Han Purple #4518DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 22.12%
G = 7.69%
B = 70.19%

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

#4518DB (or 0x4518DB) is known color: Han Purple. HEX triplet: 45, 18 and DB. RGB value is (69,24,219). Sum of RGB (Red+Green+Blue) = 69+24+219=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #4518DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518DB is #BAE724. Grayscale: #3A3A3A. Windows color (decimal): -12248869 or 14358597. OLE color: 14358597.

HSL color Cylindrical-coordinate representation of color #4518DB: hue angle of 253.85º 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 #4518DB is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 24 219 -
CMYK 0.68 0.89 0 0.14
HSL 253.85º 0.8% 0.48% -
HSV(B) 253.85º 0.89% 0.86% -
XYZ 15.57 7.03 67.55 -
YUV 59.69 217.91 134.64 -
System Red Green Blue C M Y K H S L
Decimal 69 24 219 0.68 0.89 0 0.14 253.85 0.8 0.48
Hex 45 18 DB 44 59 0 E FE 50 30
Octal 105 30 333 104 131 0 16 376 120 60
Binary 1000101 11000 11011011 1000100 1011001 0 1110 11111110 1010000 110000

Color Harmonies of #4518DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4518DB

Black with #4518DB

Text Example


Text Example

White with #4518DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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