Html Css Color HEX #4114EB Han Purple

📋 copy color: '#4114EB'

red 65 ◦ green 20 ◦ blue 235

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

Shades of Han Purple #4114EB

Tints of Han Purple #4114EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 20.31%
G = 6.25%
B = 73.44%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4114EB (or 0x4114EB) is known color: Han Purple. HEX triplet: 41, 14 and EB. RGB value is (65,20,235). Sum of RGB (Red+Green+Blue) = 65+20+235=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #4114EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4114EB is #BEEB14. Grayscale: #393939. Windows color (decimal): -12512021 or 15406145. OLE color: 15406145.

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

Color convert

RGB 65 20 235 -
CMYK 0.72 0.91 0 0.08
HSL 252.56º 0.84% 0.5% -
HSV(B) 252.56º 0.91% 0.92% -
XYZ 17.43 7.62 79.15 -
YUV 57.97 227.91 133.02 -
System Red Green Blue C M Y K H S L
Decimal 65 20 235 0.72 0.91 0 0.08 252.56 0.84 0.5
Hex 41 14 EB 48 5B 0 8 FD 54 32
Octal 101 24 353 110 133 0 10 375 124 62
Binary 1000001 10100 11101011 1001000 1011011 0 1000 11111101 1010100 110010

Color Harmonies of #4114EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4114EB

Black with #4114EB

Text Example


Text Example

White with #4114EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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