Html Css Color HEX #411FEA Han Purple

📋 copy color: '#411FEA'

red 65 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #411FEA

Tints of Han Purple #411FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 19.7%
G = 9.39%
B = 70.91%

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

#411FEA (or 0x411FEA) is known color: Han Purple. HEX triplet: 41, 1F and EA. RGB value is (65,31,234). Sum of RGB (Red+Green+Blue) = 65+31+234=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #411FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FEA is #BEE015. Grayscale: #3F3F3F. Windows color (decimal): -12509206 or 15343425. OLE color: 15343425.

HSL color Cylindrical-coordinate representation of color #411FEA: hue angle of 250.05º 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 #411FEA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 31 234 -
CMYK 0.72 0.87 0 0.08
HSL 250.05º 0.83% 0.52% -
HSV(B) 250.05º 0.87% 0.92% -
XYZ 17.52 8.04 78.47 -
YUV 64.31 223.76 128.49 -
System Red Green Blue C M Y K H S L
Decimal 65 31 234 0.72 0.87 0 0.08 250.05 0.83 0.52
Hex 41 1F EA 48 57 0 8 FA 53 34
Octal 101 37 352 110 127 0 10 372 123 64
Binary 1000001 11111 11101010 1001000 1010111 0 1000 11111010 1010011 110100

Color Harmonies of #411FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FEA

Black with #411FEA

Text Example


Text Example

White with #411FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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