Html Css Color HEX #411DAF Purple Heart

📋 copy color: '#411DAF'

red 65 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #411DAF

Tints of Purple Heart #411DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 24.16%
G = 10.78%
B = 65.06%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#411DAF (or 0x411DAF) is known color: Purple Heart. HEX triplet: 41, 1D and AF. RGB value is (65,29,175). Sum of RGB (Red+Green+Blue) = 65+29+175=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #411DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411DAF is #BEE250. Grayscale: #373737. Windows color (decimal): -12509777 or 11476289. OLE color: 11476289.

HSL color Cylindrical-coordinate representation of color #411DAF: hue angle of 254.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411DAF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 29 175 -
CMYK 0.63 0.83 0 0.31
HSL 254.79º 0.72% 0.4% -
HSV(B) 254.79º 0.83% 0.69% -
XYZ 10.36 5.1 41 -
YUV 56.41 194.93 134.13 -
System Red Green Blue C M Y K H S L
Decimal 65 29 175 0.63 0.83 0 0.31 254.79 0.72 0.4
Hex 41 1D AF 3F 53 0 1F FF 48 28
Octal 101 35 257 77 123 0 37 377 110 50
Binary 1000001 11101 10101111 111111 1010011 0 11111 11111111 1001000 101000

Color Harmonies of #411DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DAF

Black with #411DAF

Text Example


Text Example

White with #411DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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