Html Css Color HEX #4118D8 Han Purple

📋 copy color: '#4118D8'

red 65 ◦ green 24 ◦ blue 216

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

Shades of Han Purple #4118D8

Tints of Han Purple #4118D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 70.82%

R = 21.31%
G = 7.87%
B = 70.82%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4118D8 (or 0x4118D8) is known color: Han Purple. HEX triplet: 41, 18 and D8. RGB value is (65,24,216). Sum of RGB (Red+Green+Blue) = 65+24+216=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #4118D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4118D8 is #BEE727. Grayscale: #393939. Windows color (decimal): -12511016 or 14161985. OLE color: 14161985.

HSL color Cylindrical-coordinate representation of color #4118D8: hue angle of 252.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4118D8 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 24 216 -
CMYK 0.70 0.89 0 0.15
HSL 252.81º 0.8% 0.47% -
HSV(B) 252.81º 0.89% 0.85% -
XYZ 14.9 6.73 65.48 -
YUV 58.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 65 24 216 0.70 0.89 0 0.15 252.81 0.8 0.47
Hex 41 18 D8 46 59 0 F FD 50 2F
Octal 101 30 330 106 131 0 17 375 120 57
Binary 1000001 11000 11011000 1000110 1011001 0 1111 11111101 1010000 101111

Color Harmonies of #4118D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118D8

Black with #4118D8

Text Example


Text Example

White with #4118D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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