Html Css Color HEX #4117DC Han Purple

📋 copy color: '#4117DC'

red 65 ◦ green 23 ◦ blue 220

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

Shades of Han Purple #4117DC

Tints of Han Purple #4117DC

RGB

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

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

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

R = 21.1%
G = 7.47%
B = 71.43%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4117DC (or 0x4117DC) is known color: Han Purple. HEX triplet: 41, 17 and DC. RGB value is (65,23,220). Sum of RGB (Red+Green+Blue) = 65+23+220=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #4117DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117DC is #BEE823. Grayscale: #393939. Windows color (decimal): -12511268 or 14423873. OLE color: 14423873.

HSL color Cylindrical-coordinate representation of color #4117DC: hue angle of 252.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4117DC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 23 220 -
CMYK 0.70 0.90 0 0.14
HSL 252.79º 0.81% 0.48% -
HSV(B) 252.79º 0.9% 0.86% -
XYZ 15.4 6.9 68.23 -
YUV 58.02 219.41 132.98 -
System Red Green Blue C M Y K H S L
Decimal 65 23 220 0.70 0.90 0 0.14 252.79 0.81 0.48
Hex 41 17 DC 46 5A 0 E FD 51 30
Octal 101 27 334 106 132 0 16 375 121 60
Binary 1000001 10111 11011100 1000110 1011010 0 1110 11111101 1010001 110000

Color Harmonies of #4117DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4117DC

Black with #4117DC

Text Example


Text Example

White with #4117DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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