Html Css Color HEX #4111EB Han Purple

📋 copy color: '#4111EB'

red 65 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #4111EB

Tints of Han Purple #4111EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 20.5%
G = 5.36%
B = 74.13%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4111EB (or 0x4111EB) is known color: Han Purple. HEX triplet: 41, 11 and EB. RGB value is (65,17,235). Sum of RGB (Red+Green+Blue) = 65+17+235=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #4111EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4111EB is #BEEE14. Grayscale: #373737. Windows color (decimal): -12512789 or 15405377. OLE color: 15405377.

HSL color Cylindrical-coordinate representation of color #4111EB: hue angle of 253.21º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4111EB is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 17 235 -
CMYK 0.72 0.93 0 0.08
HSL 253.21º 0.87% 0.49% -
HSV(B) 253.21º 0.93% 0.92% -
XYZ 17.38 7.52 79.13 -
YUV 56.2 228.9 134.27 -
System Red Green Blue C M Y K H S L
Decimal 65 17 235 0.72 0.93 0 0.08 253.21 0.87 0.49
Hex 41 11 EB 48 5D 0 8 FD 57 31
Octal 101 21 353 110 135 0 10 375 127 61
Binary 1000001 10001 11101011 1001000 1011101 0 1000 11111101 1010111 110001

Color Harmonies of #4111EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4111EB

Black with #4111EB

Text Example


Text Example

White with #4111EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4111EB; }

 p { color: rgb(65,17,235); }

 H1.HeaderClassName
 {
   color: #4111EB;
 }
 .AnyTagClassName
 {
   color: #4111EB;
 }
</style>

background-color css

<style>
 a { background-color: #4111EB; }

 a { background-color: rgb(65,17,235); }

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

border-color css

<style>
 span { border-color: #4111EB; }

 span { border-color: rgb(65,17,235); }

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