Html Css Color HEX #491571 Blue Diamond

📋 copy color: '#491571'

red 73 ◦ green 21 ◦ blue 113

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

Shades of Blue Diamond #491571

Tints of Blue Diamond #491571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 35.27%
G = 10.14%
B = 54.59%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491571 (or 0x491571) is known color: Blue Diamond. HEX triplet: 49, 15 and 71. RGB value is (73,21,113). Sum of RGB (Red+Green+Blue) = 73+21+113=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #491571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491571 is #B6EA8E. Grayscale: #2E2E2E. Windows color (decimal): -11987599 or 7411017. OLE color: 7411017.

HSL color Cylindrical-coordinate representation of color #491571: hue angle of 273.91º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491571 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 21 113 -
CMYK 0.35 0.81 0 0.56
HSL 273.91º 0.69% 0.26% -
HSV(B) 273.91º 0.81% 0.44% -
XYZ 6 3.15 15.91 -
YUV 47.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 73 21 113 0.35 0.81 0 0.56 273.91 0.69 0.26
Hex 49 15 71 23 51 0 38 112 45 1A
Octal 111 25 161 43 121 0 70 422 105 32
Binary 1001001 10101 1110001 100011 1010001 0 111000 100010010 1000101 11010

Color Harmonies of #491571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491571

Black with #491571

Text Example


Text Example

White with #491571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491571; }

 p { color: rgb(73,21,113); }

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

background-color css

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

 a { background-color: rgb(73,21,113); }

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

border-color css

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

 span { border-color: rgb(73,21,113); }

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