Html Css Color HEX #4115F1 Han Purple

📋 copy color: '#4115F1'

red 65 ◦ green 21 ◦ blue 241

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

Shades of Han Purple #4115F1

Tints of Han Purple #4115F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 241 (94.53% from 255) = 73.7%

R = 19.88%
G = 6.42%
B = 73.7%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4115F1 (or 0x4115F1) is known color: Han Purple. HEX triplet: 41, 15 and F1. RGB value is (65,21,241). Sum of RGB (Red+Green+Blue) = 65+21+241=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 241 (94.53% from 255 or 73.70% from 327); Max value from RGB is 241 - color contains mainly: blue. Hex color #4115F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4115F1 is #BEEA0E. Grayscale: #3A3A3A. Windows color (decimal): -12511759 or 15799617. OLE color: 15799617.

HSL color Cylindrical-coordinate representation of color #4115F1: hue angle of 252º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4115F1 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 21 241 -
CMYK 0.73 0.91 0 0.05
HSL 252º 0.89% 0.51% -
HSV(B) 252º 0.91% 0.95% -
XYZ 18.33 8.01 83.8 -
YUV 59.24 230.58 132.11 -
System Red Green Blue C M Y K H S L
Decimal 65 21 241 0.73 0.91 0 0.05 252 0.89 0.51
Hex 41 15 F1 49 5B 0 5 FC 59 33
Octal 101 25 361 111 133 0 5 374 131 63
Binary 1000001 10101 11110001 1001001 1011011 0 101 11111100 1011001 110011

Color Harmonies of #4115F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115F1

Black with #4115F1

Text Example


Text Example

White with #4115F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4115F1; }

 p { color: rgb(65,21,241); }

 H1.HeaderClassName
 {
   color: #4115F1;
 }
 .AnyTagClassName
 {
   color: #4115F1;
 }
</style>

background-color css

<style>
 a { background-color: #4115F1; }

 a { background-color: rgb(65,21,241); }

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

border-color css

<style>
 span { border-color: #4115F1; }

 span { border-color: rgb(65,21,241); }

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