Html Css Color HEX #420DF2 Han Purple

📋 copy color: '#420DF2'

red 66 ◦ green 13 ◦ blue 242

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

Shades of Han Purple #420DF2

Tints of Han Purple #420DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 242 (94.92% from 255) = 75.39%

R = 20.56%
G = 4.05%
B = 75.39%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#420DF2 (or 0x420DF2) is known color: Han Purple. HEX triplet: 42, 0D and F2. RGB value is (66,13,242). Sum of RGB (Red+Green+Blue) = 66+13+242=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #420DF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DF2 is #BDF20D. Grayscale: #363636. Windows color (decimal): -12448270 or 15863106. OLE color: 15863106.

HSL color Cylindrical-coordinate representation of color #420DF2: hue angle of 253.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DF2 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 13 242 -
CMYK 0.73 0.95 0 0.05
HSL 253.89º 0.9% 0.5% -
HSV(B) 253.89º 0.95% 0.95% -
XYZ 18.42 7.86 84.55 -
YUV 54.95 233.56 135.88 -
System Red Green Blue C M Y K H S L
Decimal 66 13 242 0.73 0.95 0 0.05 253.89 0.9 0.5
Hex 42 D F2 49 5F 0 5 FE 5A 32
Octal 102 15 362 111 137 0 5 376 132 62
Binary 1000010 1101 11110010 1001001 1011111 0 101 11111110 1011010 110010

Color Harmonies of #420DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DF2

Black with #420DF2

Text Example


Text Example

White with #420DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,242); }

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

background-color css

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

 a { background-color: rgb(66,13,242); }

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

border-color css

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

 span { border-color: rgb(66,13,242); }

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