Html Css Color HEX #411EB8 Purple Heart

📋 copy color: '#411EB8'

red 65 ◦ green 30 ◦ blue 184

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

Shades of Purple Heart #411EB8

Tints of Purple Heart #411EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 65.95%

R = 23.3%
G = 10.75%
B = 65.95%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#411EB8 (or 0x411EB8) is known color: Purple Heart. HEX triplet: 41, 1E and B8. RGB value is (65,30,184). Sum of RGB (Red+Green+Blue) = 65+30+184=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #411EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EB8 is #BEE147. Grayscale: #393939. Windows color (decimal): -12509512 or 12066369. OLE color: 12066369.

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

Color convert

RGB 65 30 184 -
CMYK 0.65 0.84 0 0.28
HSL 253.64º 0.72% 0.42% -
HSV(B) 253.64º 0.84% 0.72% -
XYZ 11.3 5.51 45.82 -
YUV 58.02 199.1 132.98 -
System Red Green Blue C M Y K H S L
Decimal 65 30 184 0.65 0.84 0 0.28 253.64 0.72 0.42
Hex 41 1E B8 41 54 0 1C FE 48 2A
Octal 101 36 270 101 124 0 34 376 110 52
Binary 1000001 11110 10111000 1000001 1010100 0 11100 11111110 1001000 101010

Color Harmonies of #411EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EB8

Black with #411EB8

Text Example


Text Example

White with #411EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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