Html Css Color HEX #491DAF Purple Heart

📋 copy color: '#491DAF'

red 73 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #491DAF

Tints of Purple Heart #491DAF

RGB

 RED value IS 73 (28.91% from 255) = 26.35%

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

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

R = 26.35%
G = 10.47%
B = 63.18%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#491DAF (or 0x491DAF) is known color: Purple Heart. HEX triplet: 49, 1D and AF. RGB value is (73,29,175). Sum of RGB (Red+Green+Blue) = 73+29+175=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #491DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491DAF is #B6E250. Grayscale: #3A3A3A. Windows color (decimal): -11985489 or 11476297. OLE color: 11476297.

HSL color Cylindrical-coordinate representation of color #491DAF: hue angle of 258.08º 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 #491DAF is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 29 175 -
CMYK 0.58 0.83 0 0.31
HSL 258.08º 0.72% 0.4% -
HSV(B) 258.08º 0.83% 0.69% -
XYZ 10.92 5.39 41.02 -
YUV 58.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 73 29 175 0.58 0.83 0 0.31 258.08 0.72 0.4
Hex 49 1D AF 3A 53 0 1F 102 48 28
Octal 111 35 257 72 123 0 37 402 110 50
Binary 1001001 11101 10101111 111010 1010011 0 11111 100000010 1001000 101000

Color Harmonies of #491DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DAF

Black with #491DAF

Text Example


Text Example

White with #491DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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