Html Css Color HEX #411DB3 Purple Heart

📋 copy color: '#411DB3'

red 65 ◦ green 29 ◦ blue 179

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

Shades of Purple Heart #411DB3

Tints of Purple Heart #411DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.57%

R = 23.81%
G = 10.62%
B = 65.57%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#411DB3 (or 0x411DB3) is known color: Purple Heart. HEX triplet: 41, 1D and B3. RGB value is (65,29,179). Sum of RGB (Red+Green+Blue) = 65+29+179=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #411DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DB3 is #BEE24C. Grayscale: #383838. Windows color (decimal): -12509773 or 11738433. OLE color: 11738433.

HSL color Cylindrical-coordinate representation of color #411DB3: hue angle of 254.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411DB3 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 29 179 -
CMYK 0.64 0.84 0 0.30
HSL 254.4º 0.72% 0.41% -
HSV(B) 254.4º 0.84% 0.7% -
XYZ 10.76 5.26 43.1 -
YUV 56.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 65 29 179 0.64 0.84 0 0.30 254.4 0.72 0.41
Hex 41 1D B3 40 54 0 1E FE 48 29
Octal 101 35 263 100 124 0 36 376 110 51
Binary 1000001 11101 10110011 1000000 1010100 0 11110 11111110 1001000 101001

Color Harmonies of #411DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DB3

Black with #411DB3

Text Example


Text Example

White with #411DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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