Html Css Color HEX #4130EE Han Purple

📋 copy color: '#4130EE'

red 65 ◦ green 48 ◦ blue 238

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

Shades of Han Purple #4130EE

Tints of Han Purple #4130EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 238 (93.36% from 255) = 67.81%

R = 18.52%
G = 13.68%
B = 67.81%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4130EE (or 0x4130EE) is known color: Han Purple. HEX triplet: 41, 30 and EE. RGB value is (65,48,238). Sum of RGB (Red+Green+Blue) = 65+48+238=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #4130EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130EE is #BECF11. Grayscale: #4A4A4A. Windows color (decimal): -12504850 or 15609921. OLE color: 15609921.

HSL color Cylindrical-coordinate representation of color #4130EE: hue angle of 245.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4130EE is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 48 238 -
CMYK 0.73 0.80 0 0.07
HSL 245.37º 0.85% 0.56% -
HSV(B) 245.37º 0.8% 0.93% -
XYZ 18.67 9.41 81.72 -
YUV 74.74 220.13 121.05 -
System Red Green Blue C M Y K H S L
Decimal 65 48 238 0.73 0.80 0 0.07 245.37 0.85 0.56
Hex 41 30 EE 49 50 0 7 F5 55 38
Octal 101 60 356 111 120 0 7 365 125 70
Binary 1000001 110000 11101110 1001001 1010000 0 111 11110101 1010101 111000

Color Harmonies of #4130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130EE

Black with #4130EE

Text Example


Text Example

White with #4130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4130EE; }

 p { color: rgb(65,48,238); }

 H1.HeaderClassName
 {
   color: #4130EE;
 }
 .AnyTagClassName
 {
   color: #4130EE;
 }
</style>

background-color css

<style>
 a { background-color: #4130EE; }

 a { background-color: rgb(65,48,238); }

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

border-color css

<style>
 span { border-color: #4130EE; }

 span { border-color: rgb(65,48,238); }

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