Html Css Color HEX #4218ED Han Purple

📋 copy color: '#4218ED'

red 66 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #4218ED

Tints of Han Purple #4218ED

RGB

 RED value IS 66 (26.17% from 255) = 20.18%

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

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

R = 20.18%
G = 7.34%
B = 72.48%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4218ED (or 0x4218ED) is known color: Han Purple. HEX triplet: 42, 18 and ED. RGB value is (66,24,237). Sum of RGB (Red+Green+Blue) = 66+24+237=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #4218ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4218ED is #BDE712. Grayscale: #3C3C3C. Windows color (decimal): -12445459 or 15538242. OLE color: 15538242.

HSL color Cylindrical-coordinate representation of color #4218ED: hue angle of 251.83º 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 #4218ED is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 24 237 -
CMYK 0.72 0.90 0 0.07
HSL 251.83º 0.86% 0.51% -
HSV(B) 251.83º 0.9% 0.93% -
XYZ 17.86 7.93 80.71 -
YUV 60.84 227.41 131.68 -
System Red Green Blue C M Y K H S L
Decimal 66 24 237 0.72 0.90 0 0.07 251.83 0.86 0.51
Hex 42 18 ED 48 5A 0 7 FC 56 33
Octal 102 30 355 110 132 0 7 374 126 63
Binary 1000010 11000 11101101 1001000 1011010 0 111 11111100 1010110 110011

Color Harmonies of #4218ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218ED

Black with #4218ED

Text Example


Text Example

White with #4218ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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