Html Css Color HEX #420BE0 Han Purple

📋 copy color: '#420BE0'

red 66 ◦ green 11 ◦ blue 224

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

Shades of Han Purple #420BE0

Tints of Han Purple #420BE0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 224 (87.89% from 255) = 74.42%

R = 21.93%
G = 3.65%
B = 74.42%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#420BE0 (or 0x420BE0) is known color: Han Purple. HEX triplet: 42, 0B and E0. RGB value is (66,11,224). Sum of RGB (Red+Green+Blue) = 66+11+224=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #420BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BE0 is #BDF41F. Grayscale: #323232. Windows color (decimal): -12448800 or 14682946. OLE color: 14682946.

HSL color Cylindrical-coordinate representation of color #420BE0: hue angle of 255.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BE0 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 11 224 -
CMYK 0.71 0.95 0 0.12
HSL 255.49º 0.91% 0.46% -
HSV(B) 255.49º 0.95% 0.88% -
XYZ 15.82 6.78 71 -
YUV 51.73 225.22 138.18 -
System Red Green Blue C M Y K H S L
Decimal 66 11 224 0.71 0.95 0 0.12 255.49 0.91 0.46
Hex 42 B E0 47 5F 0 C FF 5B 2E
Octal 102 13 340 107 137 0 14 377 133 56
Binary 1000010 1011 11100000 1000111 1011111 0 1100 11111111 1011011 101110

Color Harmonies of #420BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BE0

Black with #420BE0

Text Example


Text Example

White with #420BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,11,224); }

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

background-color css

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

 a { background-color: rgb(66,11,224); }

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

border-color css

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

 span { border-color: rgb(66,11,224); }

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