Html Css Color HEX #4130EB Han Purple

📋 copy color: '#4130EB'

red 65 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #4130EB

Tints of Han Purple #4130EB

RGB

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

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

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

R = 18.68%
G = 13.79%
B = 67.53%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4130EB (or 0x4130EB) is known color: Han Purple. HEX triplet: 41, 30 and EB. RGB value is (65,48,235). Sum of RGB (Red+Green+Blue) = 65+48+235=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #4130EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130EB is #BECF14. Grayscale: #494949. Windows color (decimal): -12504853 or 15413313. OLE color: 15413313.

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

Color convert

RGB 65 48 235 -
CMYK 0.72 0.80 0 0.08
HSL 245.45º 0.82% 0.55% -
HSV(B) 245.45º 0.8% 0.92% -
XYZ 18.23 9.24 79.42 -
YUV 74.4 218.63 121.29 -
System Red Green Blue C M Y K H S L
Decimal 65 48 235 0.72 0.80 0 0.08 245.45 0.82 0.55
Hex 41 30 EB 48 50 0 8 F5 52 37
Octal 101 60 353 110 120 0 10 365 122 67
Binary 1000001 110000 11101011 1001000 1010000 0 1000 11110101 1010010 110111

Color Harmonies of #4130EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130EB

Black with #4130EB

Text Example


Text Example

White with #4130EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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