Html Css Color HEX #4130EF Han Purple

📋 copy color: '#4130EF'

red 65 ◦ green 48 ◦ blue 239

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

Shades of Han Purple #4130EF

Tints of Han Purple #4130EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 18.47%
G = 13.64%
B = 67.9%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4130EF (or 0x4130EF) is known color: Han Purple. HEX triplet: 41, 30 and EF. RGB value is (65,48,239). Sum of RGB (Red+Green+Blue) = 65+48+239=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #4130EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130EF is #BECF10. Grayscale: #4A4A4A. Windows color (decimal): -12504849 or 15675457. OLE color: 15675457.

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

Color convert

RGB 65 48 239 -
CMYK 0.73 0.80 0 0.06
HSL 245.34º 0.86% 0.56% -
HSV(B) 245.34º 0.8% 0.94% -
XYZ 18.82 9.47 82.5 -
YUV 74.86 220.63 120.97 -
System Red Green Blue C M Y K H S L
Decimal 65 48 239 0.73 0.80 0 0.06 245.34 0.86 0.56
Hex 41 30 EF 49 50 0 6 F5 56 38
Octal 101 60 357 111 120 0 6 365 126 70
Binary 1000001 110000 11101111 1001001 1010000 0 110 11110101 1010110 111000

Color Harmonies of #4130EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130EF

Black with #4130EF

Text Example


Text Example

White with #4130EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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