Html Css Color HEX #4124EF Han Purple

📋 copy color: '#4124EF'

red 65 ◦ green 36 ◦ blue 239

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

Shades of Han Purple #4124EF

Tints of Han Purple #4124EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 19.12%
G = 10.59%
B = 70.29%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4124EF (or 0x4124EF) is known color: Han Purple. HEX triplet: 41, 24 and EF. RGB value is (65,36,239). Sum of RGB (Red+Green+Blue) = 65+36+239=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #4124EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124EF is #BEDB10. Grayscale: #434343. Windows color (decimal): -12507921 or 15672385. OLE color: 15672385.

HSL color Cylindrical-coordinate representation of color #4124EF: hue angle of 248.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4124EF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 36 239 -
CMYK 0.73 0.85 0 0.06
HSL 248.57º 0.86% 0.54% -
HSV(B) 248.57º 0.85% 0.94% -
XYZ 18.39 8.62 82.36 -
YUV 67.81 224.61 125.99 -
System Red Green Blue C M Y K H S L
Decimal 65 36 239 0.73 0.85 0 0.06 248.57 0.86 0.54
Hex 41 24 EF 49 55 0 6 F9 56 36
Octal 101 44 357 111 125 0 6 371 126 66
Binary 1000001 100100 11101111 1001001 1010101 0 110 11111001 1010110 110110

Color Harmonies of #4124EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124EF

Black with #4124EF

Text Example


Text Example

White with #4124EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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