Html Css Color HEX #4124DA Han Purple

📋 copy color: '#4124DA'

red 65 ◦ green 36 ◦ blue 218

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

Shades of Han Purple #4124DA

Tints of Han Purple #4124DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 20.38%
G = 11.29%
B = 68.34%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4124DA (or 0x4124DA) is known color: Han Purple. HEX triplet: 41, 24 and DA. RGB value is (65,36,218). Sum of RGB (Red+Green+Blue) = 65+36+218=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #4124DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124DA is #BEDB25. Grayscale: #404040. Windows color (decimal): -12507942 or 14296129. OLE color: 14296129.

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

Color convert

RGB 65 36 218 -
CMYK 0.70 0.83 0 0.15
HSL 249.56º 0.72% 0.5% -
HSV(B) 249.56º 0.83% 0.85% -
XYZ 15.47 7.45 66.95 -
YUV 65.42 214.11 127.7 -
System Red Green Blue C M Y K H S L
Decimal 65 36 218 0.70 0.83 0 0.15 249.56 0.72 0.5
Hex 41 24 DA 46 53 0 F FA 48 32
Octal 101 44 332 106 123 0 17 372 110 62
Binary 1000001 100100 11011010 1000110 1010011 0 1111 11111010 1001000 110010

Color Harmonies of #4124DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124DA

Black with #4124DA

Text Example


Text Example

White with #4124DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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