Html Css Color HEX #4518DF Han Purple

📋 copy color: '#4518DF'

red 69 ◦ green 24 ◦ blue 223

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

Shades of Han Purple #4518DF

Tints of Han Purple #4518DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 21.84%
G = 7.59%
B = 70.57%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4518DF (or 0x4518DF) is known color: Han Purple. HEX triplet: 45, 18 and DF. RGB value is (69,24,223). Sum of RGB (Red+Green+Blue) = 69+24+223=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #4518DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518DF is #BAE720. Grayscale: #3B3B3B. Windows color (decimal): -12248865 or 14620741. OLE color: 14620741.

HSL color Cylindrical-coordinate representation of color #4518DF: hue angle of 253.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4518DF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 24 223 -
CMYK 0.69 0.89 0 0.13
HSL 253.57º 0.81% 0.48% -
HSV(B) 253.57º 0.89% 0.87% -
XYZ 16.1 7.25 70.36 -
YUV 60.14 219.91 134.32 -
System Red Green Blue C M Y K H S L
Decimal 69 24 223 0.69 0.89 0 0.13 253.57 0.81 0.48
Hex 45 18 DF 45 59 0 D FE 51 30
Octal 105 30 337 105 131 0 15 376 121 60
Binary 1000101 11000 11011111 1000101 1011001 0 1101 11111110 1010001 110000

Color Harmonies of #4518DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4518DF

Black with #4518DF

Text Example


Text Example

White with #4518DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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