Html Css Color HEX #412EEE Han Purple

📋 copy color: '#412EEE'

red 65 ◦ green 46 ◦ blue 238

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

Shades of Han Purple #412EEE

Tints of Han Purple #412EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 18.62%
G = 13.18%
B = 68.19%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#412EEE (or 0x412EEE) is known color: Han Purple. HEX triplet: 41, 2E and EE. RGB value is (65,46,238). Sum of RGB (Red+Green+Blue) = 65+46+238=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #412EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EEE is #BED111. Grayscale: #484848. Windows color (decimal): -12505362 or 15609409. OLE color: 15609409.

HSL color Cylindrical-coordinate representation of color #412EEE: hue angle of 245.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412EEE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 46 238 -
CMYK 0.73 0.81 0 0.07
HSL 245.94º 0.85% 0.56% -
HSV(B) 245.94º 0.81% 0.93% -
XYZ 18.59 9.25 81.69 -
YUV 73.57 220.79 121.89 -
System Red Green Blue C M Y K H S L
Decimal 65 46 238 0.73 0.81 0 0.07 245.94 0.85 0.56
Hex 41 2E EE 49 51 0 7 F6 55 38
Octal 101 56 356 111 121 0 7 366 125 70
Binary 1000001 101110 11101110 1001001 1010001 0 111 11110110 1010101 111000

Color Harmonies of #412EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EEE

Black with #412EEE

Text Example


Text Example

White with #412EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412EEE; }

 p { color: rgb(65,46,238); }

 H1.HeaderClassName
 {
   color: #412EEE;
 }
 .AnyTagClassName
 {
   color: #412EEE;
 }
</style>

background-color css

<style>
 a { background-color: #412EEE; }

 a { background-color: rgb(65,46,238); }

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

border-color css

<style>
 span { border-color: #412EEE; }

 span { border-color: rgb(65,46,238); }

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