Html Css Color HEX #4118EA Han Purple

📋 copy color: '#4118EA'

red 65 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #4118EA

Tints of Han Purple #4118EA

RGB

 RED value IS 65 (25.78% from 255) = 20.12%

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 20.12%
G = 7.43%
B = 72.45%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4118EA (or 0x4118EA) is known color: Han Purple. HEX triplet: 41, 18 and EA. RGB value is (65,24,234). Sum of RGB (Red+Green+Blue) = 65+24+234=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #4118EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4118EA is #BEE715. Grayscale: #3B3B3B. Windows color (decimal): -12510998 or 15341633. OLE color: 15341633.

HSL color Cylindrical-coordinate representation of color #4118EA: hue angle of 251.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4118EA is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 24 234 -
CMYK 0.72 0.90 0 0.08
HSL 251.71º 0.83% 0.51% -
HSV(B) 251.71º 0.9% 0.92% -
XYZ 17.36 7.72 78.42 -
YUV 60.2 226.08 131.42 -
System Red Green Blue C M Y K H S L
Decimal 65 24 234 0.72 0.90 0 0.08 251.71 0.83 0.51
Hex 41 18 EA 48 5A 0 8 FC 53 33
Octal 101 30 352 110 132 0 10 374 123 63
Binary 1000001 11000 11101010 1001000 1011010 0 1000 11111100 1010011 110011

Color Harmonies of #4118EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118EA

Black with #4118EA

Text Example


Text Example

White with #4118EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,24,234); }

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

background-color css

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

 a { background-color: rgb(65,24,234); }

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

border-color css

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

 span { border-color: rgb(65,24,234); }

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