Html Css Color HEX #4106F2 Han Purple

📋 copy color: '#4106F2'

red 65 ◦ green 6 ◦ blue 242

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

Shades of Han Purple #4106F2

Tints of Han Purple #4106F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 77.32%

R = 20.77%
G = 1.92%
B = 77.32%

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

#4106F2 (or 0x4106F2) is known color: Han Purple. HEX triplet: 41, 06 and F2. RGB value is (65,6,242). Sum of RGB (Red+Green+Blue) = 65+6+242=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #4106F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4106F2 is #BEF90D. Grayscale: #313131. Windows color (decimal): -12515598 or 15861313. OLE color: 15861313.

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

Color convert

RGB 65 6 242 -
CMYK 0.73 0.98 0 0.05
HSL 255º 0.95% 0.49% -
HSV(B) 255º 0.98% 0.95% -
XYZ 18.27 7.66 84.52 -
YUV 50.55 236.05 138.31 -
System Red Green Blue C M Y K H S L
Decimal 65 6 242 0.73 0.98 0 0.05 255 0.95 0.49
Hex 41 6 F2 49 62 0 5 FF 5F 31
Octal 101 6 362 111 142 0 5 377 137 61
Binary 1000001 110 11110010 1001001 1100010 0 101 11111111 1011111 110001

Color Harmonies of #4106F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4106F2

Black with #4106F2

Text Example


Text Example

White with #4106F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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