Html Css Color HEX #411BEA Han Purple

📋 copy color: '#411BEA'

red 65 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #411BEA

Tints of Han Purple #411BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

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

R = 19.94%
G = 8.28%
B = 71.78%

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

#411BEA (or 0x411BEA) is known color: Han Purple. HEX triplet: 41, 1B and EA. RGB value is (65,27,234). Sum of RGB (Red+Green+Blue) = 65+27+234=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #411BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BEA is #BEE415. Grayscale: #3D3D3D. Windows color (decimal): -12510230 or 15342401. OLE color: 15342401.

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

Color convert

RGB 65 27 234 -
CMYK 0.72 0.88 0 0.08
HSL 251.01º 0.83% 0.51% -
HSV(B) 251.01º 0.88% 0.92% -
XYZ 17.42 7.85 78.44 -
YUV 61.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 65 27 234 0.72 0.88 0 0.08 251.01 0.83 0.51
Hex 41 1B EA 48 58 0 8 FB 53 33
Octal 101 33 352 110 130 0 10 373 123 63
Binary 1000001 11011 11101010 1001000 1011000 0 1000 11111011 1010011 110011

Color Harmonies of #411BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BEA

Black with #411BEA

Text Example


Text Example

White with #411BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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