Html Css Color HEX #4124DF Han Purple

📋 copy color: '#4124DF'

red 65 ◦ green 36 ◦ blue 223

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

Shades of Han Purple #4124DF

Tints of Han Purple #4124DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 20.06%
G = 11.11%
B = 68.83%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4124DF (or 0x4124DF) is known color: Han Purple. HEX triplet: 41, 24 and DF. RGB value is (65,36,223). Sum of RGB (Red+Green+Blue) = 65+36+223=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #4124DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124DF is #BEDB20. Grayscale: #414141. Windows color (decimal): -12507937 or 14623809. OLE color: 14623809.

HSL color Cylindrical-coordinate representation of color #4124DF: hue angle of 249.3º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4124DF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 36 223 -
CMYK 0.71 0.84 0 0.13
HSL 249.3º 0.75% 0.51% -
HSV(B) 249.3º 0.84% 0.87% -
XYZ 16.13 7.71 70.45 -
YUV 65.99 216.61 127.29 -
System Red Green Blue C M Y K H S L
Decimal 65 36 223 0.71 0.84 0 0.13 249.3 0.75 0.51
Hex 41 24 DF 47 54 0 D F9 4B 33
Octal 101 44 337 107 124 0 15 371 113 63
Binary 1000001 100100 11011111 1000111 1010100 0 1101 11111001 1001011 110011

Color Harmonies of #4124DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124DF

Black with #4124DF

Text Example


Text Example

White with #4124DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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