Html Css Color HEX #4218DD Han Purple

📋 copy color: '#4218DD'

red 66 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #4218DD

Tints of Han Purple #4218DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 21.22%
G = 7.72%
B = 71.06%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4218DD (or 0x4218DD) is known color: Han Purple. HEX triplet: 42, 18 and DD. RGB value is (66,24,221). Sum of RGB (Red+Green+Blue) = 66+24+221=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4218DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218DD is #BDE722. Grayscale: #3A3A3A. Windows color (decimal): -12445475 or 14489666. OLE color: 14489666.

HSL color Cylindrical-coordinate representation of color #4218DD: hue angle of 252.79º degrees, saturation: 0.8, 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 #4218DD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 24 221 -
CMYK 0.70 0.89 0 0.13
HSL 252.79º 0.8% 0.48% -
HSV(B) 252.79º 0.89% 0.87% -
XYZ 15.62 7.03 68.94 -
YUV 59.02 219.41 132.98 -
System Red Green Blue C M Y K H S L
Decimal 66 24 221 0.70 0.89 0 0.13 252.79 0.8 0.48
Hex 42 18 DD 46 59 0 D FD 50 30
Octal 102 30 335 106 131 0 15 375 120 60
Binary 1000010 11000 11011101 1000110 1011001 0 1101 11111101 1010000 110000

Color Harmonies of #4218DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218DD

Black with #4218DD

Text Example


Text Example

White with #4218DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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