Html Css Color HEX #4118DB Han Purple

📋 copy color: '#4118DB'

red 65 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #4118DB

Tints of Han Purple #4118DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.1%

R = 21.1%
G = 7.79%
B = 71.1%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4118DB (or 0x4118DB) is known color: Han Purple. HEX triplet: 41, 18 and DB. RGB value is (65,24,219). Sum of RGB (Red+Green+Blue) = 65+24+219=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4118DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4118DB is #BEE724. Grayscale: #393939. Windows color (decimal): -12511013 or 14358593. OLE color: 14358593.

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

Color convert

RGB 65 24 219 -
CMYK 0.70 0.89 0 0.14
HSL 252.62º 0.8% 0.48% -
HSV(B) 252.62º 0.89% 0.86% -
XYZ 15.29 6.89 67.54 -
YUV 58.49 218.58 132.64 -
System Red Green Blue C M Y K H S L
Decimal 65 24 219 0.70 0.89 0 0.14 252.62 0.8 0.48
Hex 41 18 DB 46 59 0 E FD 50 30
Octal 101 30 333 106 131 0 16 375 120 60
Binary 1000001 11000 11011011 1000110 1011001 0 1110 11111101 1010000 110000

Color Harmonies of #4118DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118DB

Black with #4118DB

Text Example


Text Example

White with #4118DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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