Html Css Color HEX #4518ED Han Purple

📋 copy color: '#4518ED'

red 69 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #4518ED

Tints of Han Purple #4518ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 20.91%
G = 7.27%
B = 71.82%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4518ED (or 0x4518ED) is known color: Han Purple. HEX triplet: 45, 18 and ED. RGB value is (69,24,237). Sum of RGB (Red+Green+Blue) = 69+24+237=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #4518ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4518ED is #BAE712. Grayscale: #3C3C3C. Windows color (decimal): -12248851 or 15538245. OLE color: 15538245.

HSL color Cylindrical-coordinate representation of color #4518ED: hue angle of 252.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4518ED is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 24 237 -
CMYK 0.71 0.90 0 0.07
HSL 252.68º 0.86% 0.51% -
HSV(B) 252.68º 0.9% 0.93% -
XYZ 18.07 8.03 80.72 -
YUV 61.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 69 24 237 0.71 0.90 0 0.07 252.68 0.86 0.51
Hex 45 18 ED 47 5A 0 7 FD 56 33
Octal 105 30 355 107 132 0 7 375 126 63
Binary 1000101 11000 11101101 1000111 1011010 0 111 11111101 1010110 110011

Color Harmonies of #4518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4518ED

Black with #4518ED

Text Example


Text Example

White with #4518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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