Html Css Color HEX #4106F1 Han Purple

📋 copy color: '#4106F1'

red 65 ◦ green 6 ◦ blue 241

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

Shades of Han Purple #4106F1

Tints of Han Purple #4106F1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 20.83%
G = 1.92%
B = 77.24%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4106F1 (or 0x4106F1) is known color: Han Purple. HEX triplet: 41, 06 and F1. RGB value is (65,6,241). Sum of RGB (Red+Green+Blue) = 65+6+241=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 241 (94.53% from 255 or 77.24% from 312); Max value from RGB is 241 - color contains mainly: blue. Hex color #4106F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4106F1 is #BEF90E. Grayscale: #313131. Windows color (decimal): -12515599 or 15795777. OLE color: 15795777.

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

Color convert

RGB 65 6 241 -
CMYK 0.73 0.98 0 0.05
HSL 255.06º 0.95% 0.48% -
HSV(B) 255.06º 0.98% 0.95% -
XYZ 18.12 7.6 83.73 -
YUV 50.43 235.55 138.39 -
System Red Green Blue C M Y K H S L
Decimal 65 6 241 0.73 0.98 0 0.05 255.06 0.95 0.48
Hex 41 6 F1 49 62 0 5 FF 5F 30
Octal 101 6 361 111 142 0 5 377 137 60
Binary 1000001 110 11110001 1001001 1100010 0 101 11111111 1011111 110000

Color Harmonies of #4106F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4106F1

Black with #4106F1

Text Example


Text Example

White with #4106F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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