Html Css Color HEX #4012EA Han Purple

📋 copy color: '#4012EA'

red 64 ◦ green 18 ◦ blue 234

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

Shades of Han Purple #4012EA

Tints of Han Purple #4012EA

RGB

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

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

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

R = 20.25%
G = 5.7%
B = 74.05%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4012EA (or 0x4012EA) is known color: Han Purple. HEX triplet: 40, 12 and EA. RGB value is (64,18,234). Sum of RGB (Red+Green+Blue) = 64+18+234=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #4012EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012EA is #BFED15. Grayscale: #373737. Windows color (decimal): -12578070 or 15340096. OLE color: 15340096.

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

Color convert

RGB 64 18 234 -
CMYK 0.73 0.92 0 0.08
HSL 252.78º 0.86% 0.49% -
HSV(B) 252.78º 0.92% 0.92% -
XYZ 17.18 7.46 78.38 -
YUV 56.38 228.24 133.44 -
System Red Green Blue C M Y K H S L
Decimal 64 18 234 0.73 0.92 0 0.08 252.78 0.86 0.49
Hex 40 12 EA 49 5C 0 8 FD 56 31
Octal 100 22 352 111 134 0 10 375 126 61
Binary 1000000 10010 11101010 1001001 1011100 0 1000 11111101 1010110 110001

Color Harmonies of #4012EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012EA

Black with #4012EA

Text Example


Text Example

White with #4012EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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