Html Css Color HEX #4119F5 Han Purple

📋 copy color: '#4119F5'

red 65 ◦ green 25 ◦ blue 245

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

Shades of Han Purple #4119F5

Tints of Han Purple #4119F5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 245 (96.09% from 255) = 73.13%

R = 19.4%
G = 7.46%
B = 73.13%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4119F5 (or 0x4119F5) is known color: Han Purple. HEX triplet: 41, 19 and F5. RGB value is (65,25,245). Sum of RGB (Red+Green+Blue) = 65+25+245=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #4119F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4119F5 is #BEE60A. Grayscale: #3D3D3D. Windows color (decimal): -12510731 or 16062785. OLE color: 16062785.

HSL color Cylindrical-coordinate representation of color #4119F5: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4119F5 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 25 245 -
CMYK 0.73 0.90 0 0.04
HSL 250.91º 0.92% 0.53% -
HSV(B) 250.91º 0.9% 0.96% -
XYZ 19.01 8.41 87.01 -
YUV 62.04 231.25 130.11 -
System Red Green Blue C M Y K H S L
Decimal 65 25 245 0.73 0.90 0 0.04 250.91 0.92 0.53
Hex 41 19 F5 49 5A 0 4 FB 5C 35
Octal 101 31 365 111 132 0 4 373 134 65
Binary 1000001 11001 11110101 1001001 1011010 0 100 11111011 1011100 110101

Color Harmonies of #4119F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119F5

Black with #4119F5

Text Example


Text Example

White with #4119F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119F5; }

 p { color: rgb(65,25,245); }

 H1.HeaderClassName
 {
   color: #4119F5;
 }
 .AnyTagClassName
 {
   color: #4119F5;
 }
</style>

background-color css

<style>
 a { background-color: #4119F5; }

 a { background-color: rgb(65,25,245); }

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

border-color css

<style>
 span { border-color: #4119F5; }

 span { border-color: rgb(65,25,245); }

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