Html Css Color HEX #4011ED Han Purple

📋 copy color: '#4011ED'

red 64 ◦ green 17 ◦ blue 237

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

Shades of Han Purple #4011ED

Tints of Han Purple #4011ED

RGB

 RED value IS 64 (25.39% from 255) = 20.13%

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

 BLUE value IS 237 (92.97% from 255) = 74.53%

R = 20.13%
G = 5.35%
B = 74.53%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4011ED (or 0x4011ED) is known color: Han Purple. HEX triplet: 40, 11 and ED. RGB value is (64,17,237). Sum of RGB (Red+Green+Blue) = 64+17+237=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #4011ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011ED is #BFEE12. Grayscale: #373737. Windows color (decimal): -12578323 or 15536448. OLE color: 15536448.

HSL color Cylindrical-coordinate representation of color #4011ED: hue angle of 252.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4011ED is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 17 237 -
CMYK 0.73 0.93 0 0.07
HSL 252.82º 0.87% 0.5% -
HSV(B) 252.82º 0.93% 0.93% -
XYZ 17.6 7.61 80.66 -
YUV 56.13 230.07 133.61 -
System Red Green Blue C M Y K H S L
Decimal 64 17 237 0.73 0.93 0 0.07 252.82 0.87 0.5
Hex 40 11 ED 49 5D 0 7 FD 57 32
Octal 100 21 355 111 135 0 7 375 127 62
Binary 1000000 10001 11101101 1001001 1011101 0 111 11111101 1010111 110010

Color Harmonies of #4011ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011ED

Black with #4011ED

Text Example


Text Example

White with #4011ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4011ED; }

 p { color: rgb(64,17,237); }

 H1.HeaderClassName
 {
   color: #4011ED;
 }
 .AnyTagClassName
 {
   color: #4011ED;
 }
</style>

background-color css

<style>
 a { background-color: #4011ED; }

 a { background-color: rgb(64,17,237); }

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

border-color css

<style>
 span { border-color: #4011ED; }

 span { border-color: rgb(64,17,237); }

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