Html Css Color HEX #4123E0 Han Purple

📋 copy color: '#4123E0'

red 65 ◦ green 35 ◦ blue 224

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

Shades of Han Purple #4123E0

Tints of Han Purple #4123E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 20.06%
G = 10.8%
B = 69.14%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4123E0 (or 0x4123E0) is known color: Han Purple. HEX triplet: 41, 23 and E0. RGB value is (65,35,224). Sum of RGB (Red+Green+Blue) = 65+35+224=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #4123E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4123E0 is #BEDC1F. Grayscale: #404040. Windows color (decimal): -12508192 or 14689089. OLE color: 14689089.

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

Color convert

RGB 65 35 224 -
CMYK 0.71 0.84 0 0.12
HSL 249.52º 0.75% 0.51% -
HSV(B) 249.52º 0.84% 0.88% -
XYZ 16.24 7.71 71.15 -
YUV 65.52 217.44 127.63 -
System Red Green Blue C M Y K H S L
Decimal 65 35 224 0.71 0.84 0 0.12 249.52 0.75 0.51
Hex 41 23 E0 47 54 0 C FA 4B 33
Octal 101 43 340 107 124 0 14 372 113 63
Binary 1000001 100011 11100000 1000111 1010100 0 1100 11111010 1001011 110011

Color Harmonies of #4123E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4123E0

Black with #4123E0

Text Example


Text Example

White with #4123E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4123E0; }

 p { color: rgb(65,35,224); }

 H1.HeaderClassName
 {
   color: #4123E0;
 }
 .AnyTagClassName
 {
   color: #4123E0;
 }
</style>

background-color css

<style>
 a { background-color: #4123E0; }

 a { background-color: rgb(65,35,224); }

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

border-color css

<style>
 span { border-color: #4123E0; }

 span { border-color: rgb(65,35,224); }

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