Html Css Color HEX #4119DC Han Purple

📋 copy color: '#4119DC'

red 65 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #4119DC

Tints of Han Purple #4119DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 20.97%
G = 8.06%
B = 70.97%

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

#4119DC (or 0x4119DC) is known color: Han Purple. HEX triplet: 41, 19 and DC. RGB value is (65,25,220). Sum of RGB (Red+Green+Blue) = 65+25+220=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #4119DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119DC is #BEE623. Grayscale: #3A3A3A. Windows color (decimal): -12510756 or 14424385. OLE color: 14424385.

HSL color Cylindrical-coordinate representation of color #4119DC: hue angle of 252.31º 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 #4119DC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 25 220 -
CMYK 0.70 0.89 0 0.14
HSL 252.31º 0.8% 0.48% -
HSV(B) 252.31º 0.89% 0.86% -
XYZ 15.45 6.99 68.24 -
YUV 59.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 65 25 220 0.70 0.89 0 0.14 252.31 0.8 0.48
Hex 41 19 DC 46 59 0 E FC 50 30
Octal 101 31 334 106 131 0 16 374 120 60
Binary 1000001 11001 11011100 1000110 1011001 0 1110 11111100 1010000 110000

Color Harmonies of #4119DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119DC

Black with #4119DC

Text Example


Text Example

White with #4119DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119DC; }

 p { color: rgb(65,25,220); }

 H1.HeaderClassName
 {
   color: #4119DC;
 }
 .AnyTagClassName
 {
   color: #4119DC;
 }
</style>

background-color css

<style>
 a { background-color: #4119DC; }

 a { background-color: rgb(65,25,220); }

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

border-color css

<style>
 span { border-color: #4119DC; }

 span { border-color: rgb(65,25,220); }

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