Html Css Color HEX #411EBA Purple Heart

📋 copy color: '#411EBA'

red 65 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #411EBA

Tints of Purple Heart #411EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 23.13%
G = 10.68%
B = 66.19%

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

#411EBA (or 0x411EBA) is known color: Purple Heart. HEX triplet: 41, 1E and BA. RGB value is (65,30,186). Sum of RGB (Red+Green+Blue) = 65+30+186=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #411EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EBA is #BEE145. Grayscale: #393939. Windows color (decimal): -12509510 or 12197441. OLE color: 12197441.

HSL color Cylindrical-coordinate representation of color #411EBA: hue angle of 253.46º 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 #411EBA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 30 186 -
CMYK 0.65 0.84 0 0.27
HSL 253.46º 0.72% 0.42% -
HSV(B) 253.46º 0.84% 0.73% -
XYZ 11.51 5.6 46.93 -
YUV 58.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 65 30 186 0.65 0.84 0 0.27 253.46 0.72 0.42
Hex 41 1E BA 41 54 0 1B FD 48 2A
Octal 101 36 272 101 124 0 33 375 110 52
Binary 1000001 11110 10111010 1000001 1010100 0 11011 11111101 1001000 101010

Color Harmonies of #411EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EBA

Black with #411EBA

Text Example


Text Example

White with #411EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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