Html Css Color HEX #4117FA Han Purple

📋 copy color: '#4117FA'

red 65 ◦ green 23 ◦ blue 250

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

Shades of Han Purple #4117FA

Tints of Han Purple #4117FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 19.23%
G = 6.8%
B = 73.96%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4117FA (or 0x4117FA) is known color: Han Purple. HEX triplet: 41, 17 and FA. RGB value is (65,23,250). Sum of RGB (Red+Green+Blue) = 65+23+250=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4117FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4117FA is #BEE805. Grayscale: #3C3C3C. Windows color (decimal): -12511238 or 16389953. OLE color: 16389953.

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

Color convert

RGB 65 23 250 -
CMYK 0.74 0.91 0 0.02
HSL 251.1º 0.96% 0.54% -
HSV(B) 251.1º 0.91% 0.98% -
XYZ 19.74 8.64 91.07 -
YUV 61.44 234.41 130.54 -
System Red Green Blue C M Y K H S L
Decimal 65 23 250 0.74 0.91 0 0.02 251.1 0.96 0.54
Hex 41 17 FA 4A 5B 0 2 FB 60 36
Octal 101 27 372 112 133 0 2 373 140 66
Binary 1000001 10111 11111010 1001010 1011011 0 10 11111011 1100000 110110

Color Harmonies of #4117FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4117FA

Black with #4117FA

Text Example


Text Example

White with #4117FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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