Html Css Color HEX #4012EE Han Purple

📋 copy color: '#4012EE'

red 64 ◦ green 18 ◦ blue 238

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

Shades of Han Purple #4012EE

Tints of Han Purple #4012EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

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

R = 20%
G = 5.63%
B = 74.38%

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

#4012EE (or 0x4012EE) is known color: Han Purple. HEX triplet: 40, 12 and EE. RGB value is (64,18,238). Sum of RGB (Red+Green+Blue) = 64+18+238=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #4012EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012EE is #BFED11. Grayscale: #383838. Windows color (decimal): -12578066 or 15602240. OLE color: 15602240.

HSL color Cylindrical-coordinate representation of color #4012EE: hue angle of 252.55º 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 #4012EE is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 18 238 -
CMYK 0.73 0.92 0 0.07
HSL 252.55º 0.87% 0.5% -
HSV(B) 252.55º 0.92% 0.93% -
XYZ 17.76 7.7 81.44 -
YUV 56.83 230.24 133.11 -
System Red Green Blue C M Y K H S L
Decimal 64 18 238 0.73 0.92 0 0.07 252.55 0.87 0.5
Hex 40 12 EE 49 5C 0 7 FD 57 32
Octal 100 22 356 111 134 0 7 375 127 62
Binary 1000000 10010 11101110 1001001 1011100 0 111 11111101 1010111 110010

Color Harmonies of #4012EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012EE

Black with #4012EE

Text Example


Text Example

White with #4012EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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