Html Css Color HEX #421EDC Han Purple

📋 copy color: '#421EDC'

red 66 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #421EDC

Tints of Han Purple #421EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 20.89%
G = 9.49%
B = 69.62%

CMYK

 C value IS 0.7

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#421EDC (or 0x421EDC) is known color: Han Purple. HEX triplet: 42, 1E and DC. RGB value is (66,30,220). Sum of RGB (Red+Green+Blue) = 66+30+220=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #421EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EDC is #BDE123. Grayscale: #3D3D3D. Windows color (decimal): -12443940 or 14425666. OLE color: 14425666.

HSL color Cylindrical-coordinate representation of color #421EDC: hue angle of 251.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421EDC is Cyan = 0.7, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 30 220 -
CMYK 0.7 0.86 0 0.14
HSL 251.37º 0.76% 0.49% -
HSV(B) 251.37º 0.86% 0.86% -
XYZ 15.63 7.25 68.29 -
YUV 62.42 216.93 130.55 -
System Red Green Blue C M Y K H S L
Decimal 66 30 220 0.7 0.86 0 0.14 251.37 0.76 0.49
Hex 42 1E DC 46 56 0 E FB 4C 31
Octal 102 36 334 106 126 0 16 373 114 61
Binary 1000010 11110 11011100 1000110 1010110 0 1110 11111011 1001100 110001

Color Harmonies of #421EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EDC

Black with #421EDC

Text Example


Text Example

White with #421EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421EDC; }

 p { color: rgb(66,30,220); }

 H1.HeaderClassName
 {
   color: #421EDC;
 }
 .AnyTagClassName
 {
   color: #421EDC;
 }
</style>

background-color css

<style>
 a { background-color: #421EDC; }

 a { background-color: rgb(66,30,220); }

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

border-color css

<style>
 span { border-color: #421EDC; }

 span { border-color: rgb(66,30,220); }

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