Html Css Color HEX #4118FD Han Purple

📋 copy color: '#4118FD'

red 65 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #4118FD

Tints of Han Purple #4118FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 253 (99.22% from 255) = 73.98%

R = 19.01%
G = 7.02%
B = 73.98%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4118FD (or 0x4118FD) is known color: Han Purple. HEX triplet: 41, 18 and FD. RGB value is (65,24,253). Sum of RGB (Red+Green+Blue) = 65+24+253=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #4118FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4118FD is #BEE702. Grayscale: #3D3D3D. Windows color (decimal): -12510979 or 16586817. OLE color: 16586817.

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

Color convert

RGB 65 24 253 -
CMYK 0.74 0.91 0 0.01
HSL 250.74º 0.98% 0.54% -
HSV(B) 250.74º 0.91% 0.99% -
XYZ 20.24 8.87 93.57 -
YUV 62.37 235.58 129.88 -
System Red Green Blue C M Y K H S L
Decimal 65 24 253 0.74 0.91 0 0.01 250.74 0.98 0.54
Hex 41 18 FD 4A 5B 0 1 FB 62 36
Octal 101 30 375 112 133 0 1 373 142 66
Binary 1000001 11000 11111101 1001010 1011011 0 1 11111011 1100010 110110

Color Harmonies of #4118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118FD

Black with #4118FD

Text Example


Text Example

White with #4118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4118FD; }

 p { color: rgb(65,24,253); }

 H1.HeaderClassName
 {
   color: #4118FD;
 }
 .AnyTagClassName
 {
   color: #4118FD;
 }
</style>

background-color css

<style>
 a { background-color: #4118FD; }

 a { background-color: rgb(65,24,253); }

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

border-color css

<style>
 span { border-color: #4118FD; }

 span { border-color: rgb(65,24,253); }

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