Html Css Color HEX #411BEE Han Purple

📋 copy color: '#411BEE'

red 65 ◦ green 27 ◦ blue 238

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

Shades of Han Purple #411BEE

Tints of Han Purple #411BEE

RGB

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

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

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

R = 19.7%
G = 8.18%
B = 72.12%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#411BEE (or 0x411BEE) is known color: Han Purple. HEX triplet: 41, 1B and EE. RGB value is (65,27,238). Sum of RGB (Red+Green+Blue) = 65+27+238=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #411BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BEE is #BEE411. Grayscale: #3D3D3D. Windows color (decimal): -12510226 or 15604545. OLE color: 15604545.

HSL color Cylindrical-coordinate representation of color #411BEE: hue angle of 250.81º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BEE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 27 238 -
CMYK 0.73 0.89 0 0.07
HSL 250.81º 0.86% 0.52% -
HSV(B) 250.81º 0.89% 0.93% -
XYZ 18 8.08 81.5 -
YUV 62.42 227.09 129.84 -
System Red Green Blue C M Y K H S L
Decimal 65 27 238 0.73 0.89 0 0.07 250.81 0.86 0.52
Hex 41 1B EE 49 59 0 7 FB 56 34
Octal 101 33 356 111 131 0 7 373 126 64
Binary 1000001 11011 11101110 1001001 1011001 0 111 11111011 1010110 110100

Color Harmonies of #411BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BEE

Black with #411BEE

Text Example


Text Example

White with #411BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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