Html Css Color HEX #491DBC Purple Heart

📋 copy color: '#491DBC'

red 73 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #491DBC

Tints of Purple Heart #491DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.83%

R = 25.17%
G = 10%
B = 64.83%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491DBC (or 0x491DBC) is known color: Purple Heart. HEX triplet: 49, 1D and BC. RGB value is (73,29,188). Sum of RGB (Red+Green+Blue) = 73+29+188=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #491DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DBC is #B6E243. Grayscale: #3B3B3B. Windows color (decimal): -11985476 or 12328265. OLE color: 12328265.

HSL color Cylindrical-coordinate representation of color #491DBC: hue angle of 256.6º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491DBC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 29 188 -
CMYK 0.61 0.85 0 0.26
HSL 256.6º 0.73% 0.43% -
HSV(B) 256.6º 0.85% 0.74% -
XYZ 12.26 5.93 48.07 -
YUV 60.28 200.08 137.07 -
System Red Green Blue C M Y K H S L
Decimal 73 29 188 0.61 0.85 0 0.26 256.6 0.73 0.43
Hex 49 1D BC 3D 55 0 1A 101 49 2B
Octal 111 35 274 75 125 0 32 401 111 53
Binary 1001001 11101 10111100 111101 1010101 0 11010 100000001 1001001 101011

Color Harmonies of #491DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DBC

Black with #491DBC

Text Example


Text Example

White with #491DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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