#4218d4

Color #4218D4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4218D4

Tints of Han Purple #4218D4

Color information

#4218D4 (or 0x4218D4) is unknown color: approx Han Purple. HEX triplet: 42, 18 and D4. RGB value is (66,24,212). Sum of RGB (Red+Green+Blue) = 66+24+212=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 212 (83.20% from 255 or 70.20% from 302); Max value from RGB is 212 - color contains mainly: blue. Hex color #4218D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218D4 is #BDE72B. Grayscale: #393939. Windows color (decimal): -12445484 or 13899842. OLE color: 13899842.

HSL color Cylindrical-coordinate representation of color #4218D4: hue angle of 253.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4218D4 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6624212-
CMYK0.690.8900.17
HSL253.4º79.66%46.27%-
HSV(B)253.4º88.68%83.14%-
XYZ14.466.5662.79-
YUV57.99214.91133.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 24 (9.77% from 255) = 7.95%
BLUE value IS 212 (83.20% from 255) = 70.20%
R=21.85%
G=7.95%
B=70.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66242120.690.8900.17253.479.6646.27
Hex4218D44559011fd502e
Octal1023032410513102137512056
Binary1000010110001101010010001011011001010001111111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4218d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4218d4;
 }
 .AnyTagClassName
 {
   color: #4218d4;
 }
</style>
background-color css

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

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

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

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

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

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