Html Css Color HEX #4124EC Han Purple

📋 copy color: '#4124EC'

red 65 ◦ green 36 ◦ blue 236

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

Shades of Han Purple #4124EC

Tints of Han Purple #4124EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 19.29%
G = 10.68%
B = 70.03%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4124EC (or 0x4124EC) is known color: Han Purple. HEX triplet: 41, 24 and EC. RGB value is (65,36,236). Sum of RGB (Red+Green+Blue) = 65+36+236=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #4124EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124EC is #BEDB13. Grayscale: #424242. Windows color (decimal): -12507924 or 15475777. OLE color: 15475777.

HSL color Cylindrical-coordinate representation of color #4124EC: hue angle of 248.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4124EC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 36 236 -
CMYK 0.72 0.85 0 0.07
HSL 248.7º 0.84% 0.53% -
HSV(B) 248.7º 0.85% 0.93% -
XYZ 17.95 8.44 80.04 -
YUV 67.47 223.11 126.24 -
System Red Green Blue C M Y K H S L
Decimal 65 36 236 0.72 0.85 0 0.07 248.7 0.84 0.53
Hex 41 24 EC 48 55 0 7 F9 54 35
Octal 101 44 354 110 125 0 7 371 124 65
Binary 1000001 100100 11101100 1001000 1010101 0 111 11111001 1010100 110101

Color Harmonies of #4124EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124EC

Black with #4124EC

Text Example


Text Example

White with #4124EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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