Html Css Color HEX #4013EE Han Purple

📋 copy color: '#4013EE'

red 64 ◦ green 19 ◦ blue 238

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

Shades of Han Purple #4013EE

Tints of Han Purple #4013EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 19.94%
G = 5.92%
B = 74.14%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4013EE (or 0x4013EE) is known color: Han Purple. HEX triplet: 40, 13 and EE. RGB value is (64,19,238). Sum of RGB (Red+Green+Blue) = 64+19+238=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #4013EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013EE is #BFEC11. Grayscale: #383838. Windows color (decimal): -12577810 or 15602496. OLE color: 15602496.

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

Color convert

RGB 64 19 238 -
CMYK 0.73 0.92 0 0.07
HSL 252.33º 0.87% 0.5% -
HSV(B) 252.33º 0.92% 0.93% -
XYZ 17.78 7.73 81.44 -
YUV 57.42 229.91 132.69 -
System Red Green Blue C M Y K H S L
Decimal 64 19 238 0.73 0.92 0 0.07 252.33 0.87 0.5
Hex 40 13 EE 49 5C 0 7 FC 57 32
Octal 100 23 356 111 134 0 7 374 127 62
Binary 1000000 10011 11101110 1001001 1011100 0 111 11111100 1010111 110010

Color Harmonies of #4013EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013EE

Black with #4013EE

Text Example


Text Example

White with #4013EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4013EE; }

 p { color: rgb(64,19,238); }

 H1.HeaderClassName
 {
   color: #4013EE;
 }
 .AnyTagClassName
 {
   color: #4013EE;
 }
</style>

background-color css

<style>
 a { background-color: #4013EE; }

 a { background-color: rgb(64,19,238); }

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

border-color css

<style>
 span { border-color: #4013EE; }

 span { border-color: rgb(64,19,238); }

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