Html Css Color HEX #420AD1 Han Purple

📋 copy color: '#420AD1'

red 66 ◦ green 10 ◦ blue 209

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

Shades of Han Purple #420AD1

Tints of Han Purple #420AD1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 209 (82.03% from 255) = 73.33%

R = 23.16%
G = 3.51%
B = 73.33%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#420AD1 (or 0x420AD1) is known color: Han Purple. HEX triplet: 42, 0A and D1. RGB value is (66,10,209). Sum of RGB (Red+Green+Blue) = 66+10+209=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #420AD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420AD1 is #BDF52E. Grayscale: #303030. Windows color (decimal): -12449071 or 13699650. OLE color: 13699650.

HSL color Cylindrical-coordinate representation of color #420AD1: hue angle of 256.88º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420AD1 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 10 209 -
CMYK 0.68 0.95 0 0.18
HSL 256.88º 0.91% 0.43% -
HSV(B) 256.88º 0.95% 0.82% -
XYZ 13.86 5.98 60.74 -
YUV 49.43 218.05 139.82 -
System Red Green Blue C M Y K H S L
Decimal 66 10 209 0.68 0.95 0 0.18 256.88 0.91 0.43
Hex 42 A D1 44 5F 0 12 101 5B 2B
Octal 102 12 321 104 137 0 22 401 133 53
Binary 1000010 1010 11010001 1000100 1011111 0 10010 100000001 1011011 101011

Color Harmonies of #420AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AD1

Black with #420AD1

Text Example


Text Example

White with #420AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420AD1; }

 p { color: rgb(66,10,209); }

 H1.HeaderClassName
 {
   color: #420AD1;
 }
 .AnyTagClassName
 {
   color: #420AD1;
 }
</style>

background-color css

<style>
 a { background-color: #420AD1; }

 a { background-color: rgb(66,10,209); }

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

border-color css

<style>
 span { border-color: #420AD1; }

 span { border-color: rgb(66,10,209); }

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