Html Css Color HEX #411EEA Han Purple

📋 copy color: '#411EEA'

red 65 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #411EEA

Tints of Han Purple #411EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 19.76%
G = 9.12%
B = 71.12%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#411EEA (or 0x411EEA) is known color: Han Purple. HEX triplet: 41, 1E and EA. RGB value is (65,30,234). Sum of RGB (Red+Green+Blue) = 65+30+234=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #411EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EEA is #BEE115. Grayscale: #3E3E3E. Windows color (decimal): -12509462 or 15343169. OLE color: 15343169.

HSL color Cylindrical-coordinate representation of color #411EEA: hue angle of 250.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411EEA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 30 234 -
CMYK 0.72 0.87 0 0.08
HSL 250.29º 0.83% 0.52% -
HSV(B) 250.29º 0.87% 0.92% -
XYZ 17.5 7.99 78.46 -
YUV 63.72 224.1 128.91 -
System Red Green Blue C M Y K H S L
Decimal 65 30 234 0.72 0.87 0 0.08 250.29 0.83 0.52
Hex 41 1E EA 48 57 0 8 FA 53 34
Octal 101 36 352 110 127 0 10 372 123 64
Binary 1000001 11110 11101010 1001000 1010111 0 1000 11111010 1010011 110100

Color Harmonies of #411EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EEA

Black with #411EEA

Text Example


Text Example

White with #411EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411EEA; }

 p { color: rgb(65,30,234); }

 H1.HeaderClassName
 {
   color: #411EEA;
 }
 .AnyTagClassName
 {
   color: #411EEA;
 }
</style>

background-color css

<style>
 a { background-color: #411EEA; }

 a { background-color: rgb(65,30,234); }

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

border-color css

<style>
 span { border-color: #411EEA; }

 span { border-color: rgb(65,30,234); }

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