Html Css Color HEX #411EB9 Purple Heart

📋 copy color: '#411EB9'

red 65 ◦ green 30 ◦ blue 185

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

Shades of Purple Heart #411EB9

Tints of Purple Heart #411EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 23.21%
G = 10.71%
B = 66.07%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#411EB9 (or 0x411EB9) is known color: Purple Heart. HEX triplet: 41, 1E and B9. RGB value is (65,30,185). Sum of RGB (Red+Green+Blue) = 65+30+185=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #411EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EB9 is #BEE146. Grayscale: #393939. Windows color (decimal): -12509511 or 12131905. OLE color: 12131905.

HSL color Cylindrical-coordinate representation of color #411EB9: hue angle of 253.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411EB9 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 30 185 -
CMYK 0.65 0.84 0 0.27
HSL 253.55º 0.72% 0.42% -
HSV(B) 253.55º 0.84% 0.73% -
XYZ 11.4 5.56 46.37 -
YUV 58.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 65 30 185 0.65 0.84 0 0.27 253.55 0.72 0.42
Hex 41 1E B9 41 54 0 1B FE 48 2A
Octal 101 36 271 101 124 0 33 376 110 52
Binary 1000001 11110 10111001 1000001 1010100 0 11011 11111110 1001000 101010

Color Harmonies of #411EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EB9

Black with #411EB9

Text Example


Text Example

White with #411EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,185); }

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

background-color css

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

 a { background-color: rgb(65,30,185); }

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

border-color css

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

 span { border-color: rgb(65,30,185); }

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