Html Css Color HEX #411CEA Han Purple

📋 copy color: '#411CEA'

red 65 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #411CEA

Tints of Han Purple #411CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

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

R = 19.88%
G = 8.56%
B = 71.56%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#411CEA (or 0x411CEA) is known color: Han Purple. HEX triplet: 41, 1C and EA. RGB value is (65,28,234). Sum of RGB (Red+Green+Blue) = 65+28+234=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #411CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CEA is #BEE315. Grayscale: #3D3D3D. Windows color (decimal): -12509974 or 15342657. OLE color: 15342657.

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

Color convert

RGB 65 28 234 -
CMYK 0.72 0.88 0 0.08
HSL 250.78º 0.83% 0.51% -
HSV(B) 250.78º 0.88% 0.92% -
XYZ 17.45 7.89 78.45 -
YUV 62.55 224.76 129.75 -
System Red Green Blue C M Y K H S L
Decimal 65 28 234 0.72 0.88 0 0.08 250.78 0.83 0.51
Hex 41 1C EA 48 58 0 8 FB 53 33
Octal 101 34 352 110 130 0 10 373 123 63
Binary 1000001 11100 11101010 1001000 1011000 0 1000 11111011 1010011 110011

Color Harmonies of #411CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CEA

Black with #411CEA

Text Example


Text Example

White with #411CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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