Html Css Color HEX #4113EB Han Purple

📋 copy color: '#4113EB'

red 65 ◦ green 19 ◦ blue 235

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

Shades of Han Purple #4113EB

Tints of Han Purple #4113EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 20.38%
G = 5.96%
B = 73.67%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4113EB (or 0x4113EB) is known color: Han Purple. HEX triplet: 41, 13 and EB. RGB value is (65,19,235). Sum of RGB (Red+Green+Blue) = 65+19+235=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #4113EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4113EB is #BEEC14. Grayscale: #383838. Windows color (decimal): -12512277 or 15405889. OLE color: 15405889.

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

Color convert

RGB 65 19 235 -
CMYK 0.72 0.92 0 0.08
HSL 252.78º 0.85% 0.5% -
HSV(B) 252.78º 0.92% 0.92% -
XYZ 17.41 7.59 79.14 -
YUV 57.38 228.24 133.44 -
System Red Green Blue C M Y K H S L
Decimal 65 19 235 0.72 0.92 0 0.08 252.78 0.85 0.5
Hex 41 13 EB 48 5C 0 8 FD 55 32
Octal 101 23 353 110 134 0 10 375 125 62
Binary 1000001 10011 11101011 1001000 1011100 0 1000 11111101 1010101 110010

Color Harmonies of #4113EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4113EB

Black with #4113EB

Text Example


Text Example

White with #4113EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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