Html Css Color HEX #4124DD Han Purple

📋 copy color: '#4124DD'

red 65 ◦ green 36 ◦ blue 221

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

Shades of Han Purple #4124DD

Tints of Han Purple #4124DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 20.19%
G = 11.18%
B = 68.63%

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

#4124DD (or 0x4124DD) is known color: Han Purple. HEX triplet: 41, 24 and DD. RGB value is (65,36,221). Sum of RGB (Red+Green+Blue) = 65+36+221=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #4124DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124DD is #BEDB22. Grayscale: #414141. Windows color (decimal): -12507939 or 14492737. OLE color: 14492737.

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

Color convert

RGB 65 36 221 -
CMYK 0.71 0.84 0 0.13
HSL 249.41º 0.73% 0.5% -
HSV(B) 249.41º 0.84% 0.87% -
XYZ 15.86 7.61 69.04 -
YUV 65.76 215.61 127.46 -
System Red Green Blue C M Y K H S L
Decimal 65 36 221 0.71 0.84 0 0.13 249.41 0.73 0.5
Hex 41 24 DD 47 54 0 D F9 49 32
Octal 101 44 335 107 124 0 15 371 111 62
Binary 1000001 100100 11011101 1000111 1010100 0 1101 11111001 1001001 110010

Color Harmonies of #4124DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124DD

Black with #4124DD

Text Example


Text Example

White with #4124DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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