Html Css Color HEX #420BEE Han Purple

📋 copy color: '#420BEE'

red 66 ◦ green 11 ◦ blue 238

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

Shades of Han Purple #420BEE

Tints of Han Purple #420BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.56%

R = 20.95%
G = 3.49%
B = 75.56%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#420BEE (or 0x420BEE) is known color: Han Purple. HEX triplet: 42, 0B and EE. RGB value is (66,11,238). Sum of RGB (Red+Green+Blue) = 66+11+238=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #420BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BEE is #BDF411. Grayscale: #343434. Windows color (decimal): -12448786 or 15600450. OLE color: 15600450.

HSL color Cylindrical-coordinate representation of color #420BEE: hue angle of 254.54º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BEE is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 11 238 -
CMYK 0.72 0.95 0 0.07
HSL 254.54º 0.91% 0.49% -
HSV(B) 254.54º 0.95% 0.93% -
XYZ 17.8 7.57 81.41 -
YUV 53.32 232.22 137.04 -
System Red Green Blue C M Y K H S L
Decimal 66 11 238 0.72 0.95 0 0.07 254.54 0.91 0.49
Hex 42 B EE 48 5F 0 7 FF 5B 31
Octal 102 13 356 110 137 0 7 377 133 61
Binary 1000010 1011 11101110 1001000 1011111 0 111 11111111 1011011 110001

Color Harmonies of #420BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BEE

Black with #420BEE

Text Example


Text Example

White with #420BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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