Html Css Color HEX #4211EA Han Purple

📋 copy color: '#4211EA'

red 66 ◦ green 17 ◦ blue 234

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

Shades of Han Purple #4211EA

Tints of Han Purple #4211EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 234 (91.8% from 255) = 73.82%

R = 20.82%
G = 5.36%
B = 73.82%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4211EA (or 0x4211EA) is known color: Han Purple. HEX triplet: 42, 11 and EA. RGB value is (66,17,234). Sum of RGB (Red+Green+Blue) = 66+17+234=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #4211EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4211EA is #BDEE15. Grayscale: #373737. Windows color (decimal): -12447254 or 15339842. OLE color: 15339842.

HSL color Cylindrical-coordinate representation of color #4211EA: hue angle of 253.55º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4211EA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 17 234 -
CMYK 0.72 0.93 0 0.08
HSL 253.55º 0.86% 0.49% -
HSV(B) 253.55º 0.93% 0.92% -
XYZ 17.3 7.5 78.38 -
YUV 56.39 228.23 134.86 -
System Red Green Blue C M Y K H S L
Decimal 66 17 234 0.72 0.93 0 0.08 253.55 0.86 0.49
Hex 42 11 EA 48 5D 0 8 FE 56 31
Octal 102 21 352 110 135 0 10 376 126 61
Binary 1000010 10001 11101010 1001000 1011101 0 1000 11111110 1010110 110001

Color Harmonies of #4211EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4211EA

Black with #4211EA

Text Example


Text Example

White with #4211EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4211EA; }

 p { color: rgb(66,17,234); }

 H1.HeaderClassName
 {
   color: #4211EA;
 }
 .AnyTagClassName
 {
   color: #4211EA;
 }
</style>

background-color css

<style>
 a { background-color: #4211EA; }

 a { background-color: rgb(66,17,234); }

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

border-color css

<style>
 span { border-color: #4211EA; }

 span { border-color: rgb(66,17,234); }

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