Html Css Color HEX #411DBF Purple Heart

📋 copy color: '#411DBF'

red 65 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #411DBF

Tints of Purple Heart #411DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 191 (75% from 255) = 67.02%

R = 22.81%
G = 10.18%
B = 67.02%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#411DBF (or 0x411DBF) is known color: Purple Heart. HEX triplet: 41, 1D and BF. RGB value is (65,29,191). Sum of RGB (Red+Green+Blue) = 65+29+191=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #411DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DBF is #BEE240. Grayscale: #393939. Windows color (decimal): -12509761 or 12524865. OLE color: 12524865.

HSL color Cylindrical-coordinate representation of color #411DBF: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411DBF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 29 191 -
CMYK 0.66 0.85 0 0.25
HSL 253.33º 0.74% 0.43% -
HSV(B) 253.33º 0.85% 0.75% -
XYZ 12.02 5.76 49.77 -
YUV 58.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 65 29 191 0.66 0.85 0 0.25 253.33 0.74 0.43
Hex 41 1D BF 42 55 0 19 FD 4A 2B
Octal 101 35 277 102 125 0 31 375 112 53
Binary 1000001 11101 10111111 1000010 1010101 0 11001 11111101 1001010 101011

Color Harmonies of #411DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DBF

Black with #411DBF

Text Example


Text Example

White with #411DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,191); }

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

background-color css

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

 a { background-color: rgb(65,29,191); }

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

border-color css

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

 span { border-color: rgb(65,29,191); }

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