Html Css Color HEX #4124DC Han Purple

📋 copy color: '#4124DC'

red 65 ◦ green 36 ◦ blue 220

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

Shades of Han Purple #4124DC

Tints of Han Purple #4124DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 20.25%
G = 11.21%
B = 68.54%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4124DC (or 0x4124DC) is known color: Han Purple. HEX triplet: 41, 24 and DC. RGB value is (65,36,220). Sum of RGB (Red+Green+Blue) = 65+36+220=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #4124DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124DC is #BEDB23. Grayscale: #404040. Windows color (decimal): -12507940 or 14427201. OLE color: 14427201.

HSL color Cylindrical-coordinate representation of color #4124DC: hue angle of 249.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4124DC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 36 220 -
CMYK 0.70 0.84 0 0.14
HSL 249.46º 0.72% 0.5% -
HSV(B) 249.46º 0.84% 0.86% -
XYZ 15.73 7.55 68.34 -
YUV 65.65 215.11 127.54 -
System Red Green Blue C M Y K H S L
Decimal 65 36 220 0.70 0.84 0 0.14 249.46 0.72 0.5
Hex 41 24 DC 46 54 0 E F9 48 32
Octal 101 44 334 106 124 0 16 371 110 62
Binary 1000001 100100 11011100 1000110 1010100 0 1110 11111001 1001000 110010

Color Harmonies of #4124DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124DC

Black with #4124DC

Text Example


Text Example

White with #4124DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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