Html Css Color HEX #4106FA Han Purple

📋 copy color: '#4106FA'

red 65 ◦ green 6 ◦ blue 250

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

Shades of Han Purple #4106FA

Tints of Han Purple #4106FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 77.88%

R = 20.25%
G = 1.87%
B = 77.88%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4106FA (or 0x4106FA) is known color: Han Purple. HEX triplet: 41, 06 and FA. RGB value is (65,6,250). Sum of RGB (Red+Green+Blue) = 65+6+250=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #4106FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4106FA is #BEF905. Grayscale: #323232. Windows color (decimal): -12515590 or 16385601. OLE color: 16385601.

HSL color Cylindrical-coordinate representation of color #4106FA: hue angle of 254.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4106FA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 6 250 -
CMYK 0.74 0.98 0 0.02
HSL 254.51º 0.96% 0.5% -
HSV(B) 254.51º 0.98% 0.98% -
XYZ 19.5 8.16 90.99 -
YUV 51.46 240.05 137.66 -
System Red Green Blue C M Y K H S L
Decimal 65 6 250 0.74 0.98 0 0.02 254.51 0.96 0.5
Hex 41 6 FA 4A 62 0 2 FF 60 32
Octal 101 6 372 112 142 0 2 377 140 62
Binary 1000001 110 11111010 1001010 1100010 0 10 11111111 1100000 110010

Color Harmonies of #4106FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4106FA

Black with #4106FA

Text Example


Text Example

White with #4106FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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