Html Css Color HEX #421FDC Han Purple

📋 copy color: '#421FDC'

red 66 ◦ green 31 ◦ blue 220

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

Shades of Han Purple #421FDC

Tints of Han Purple #421FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 20.82%
G = 9.78%
B = 69.4%

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

#421FDC (or 0x421FDC) is known color: Han Purple. HEX triplet: 42, 1F and DC. RGB value is (66,31,220). Sum of RGB (Red+Green+Blue) = 66+31+220=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #421FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FDC is #BDE023. Grayscale: #3E3E3E. Windows color (decimal): -12443684 or 14425922. OLE color: 14425922.

HSL color Cylindrical-coordinate representation of color #421FDC: hue angle of 251.11º degrees, saturation: 0.75, 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 #421FDC is Cyan = 0.7, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 31 220 -
CMYK 0.7 0.86 0 0.14
HSL 251.11º 0.75% 0.49% -
HSV(B) 251.11º 0.86% 0.86% -
XYZ 15.66 7.31 68.3 -
YUV 63.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 66 31 220 0.7 0.86 0 0.14 251.11 0.75 0.49
Hex 42 1F DC 46 56 0 E FB 4B 31
Octal 102 37 334 106 126 0 16 373 113 61
Binary 1000010 11111 11011100 1000110 1010110 0 1110 11111011 1001011 110001

Color Harmonies of #421FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FDC

Black with #421FDC

Text Example


Text Example

White with #421FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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