Html Css Color HEX #411CE6 Han Purple

📋 copy color: '#411CE6'

red 65 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #411CE6

Tints of Han Purple #411CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.21%

R = 20.12%
G = 8.67%
B = 71.21%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#411CE6 (or 0x411CE6) is known color: Han Purple. HEX triplet: 41, 1C and E6. RGB value is (65,28,230). Sum of RGB (Red+Green+Blue) = 65+28+230=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 230 (90.23% from 255 or 71.21% from 323); Max value from RGB is 230 - color contains mainly: blue. Hex color #411CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CE6 is #BEE319. Grayscale: #3D3D3D. Windows color (decimal): -12509978 or 15080513. OLE color: 15080513.

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

Color convert

RGB 65 28 230 -
CMYK 0.72 0.88 0 0.10
HSL 250.99º 0.8% 0.51% -
HSV(B) 250.99º 0.88% 0.9% -
XYZ 16.88 7.67 75.45 -
YUV 62.09 222.76 130.07 -
System Red Green Blue C M Y K H S L
Decimal 65 28 230 0.72 0.88 0 0.10 250.99 0.8 0.51
Hex 41 1C E6 48 58 0 A FB 50 33
Octal 101 34 346 110 130 0 12 373 120 63
Binary 1000001 11100 11100110 1001000 1011000 0 1010 11111011 1010000 110011

Color Harmonies of #411CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CE6

Black with #411CE6

Text Example


Text Example

White with #411CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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