Html Css Color HEX #571A79 Blue Diamond

📋 copy color: '#571A79'

red 87 ◦ green 26 ◦ blue 121

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

Shades of Blue Diamond #571A79

Tints of Blue Diamond #571A79

RGB

 RED value IS 87 (34.38% from 255) = 37.18%

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 37.18%
G = 11.11%
B = 51.71%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#571A79 (or 0x571A79) is known color: Blue Diamond. HEX triplet: 57, 1A and 79. RGB value is (87,26,121). Sum of RGB (Red+Green+Blue) = 87+26+121=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #571A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A79 is #A8E586. Grayscale: #363636. Windows color (decimal): -11068807 or 7936599. OLE color: 7936599.

HSL color Cylindrical-coordinate representation of color #571A79: hue angle of 278.53º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571A79 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 26 121 -
CMYK 0.28 0.79 0 0.53
HSL 278.53º 0.65% 0.29% -
HSV(B) 278.53º 0.79% 0.47% -
XYZ 7.75 4.15 18.48 -
YUV 55.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 87 26 121 0.28 0.79 0 0.53 278.53 0.65 0.29
Hex 57 1A 79 1C 4F 0 35 117 41 1D
Octal 127 32 171 34 117 0 65 427 101 35
Binary 1010111 11010 1111001 11100 1001111 0 110101 100010111 1000001 11101

Color Harmonies of #571A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A79

Black with #571A79

Text Example


Text Example

White with #571A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A79; }

 p { color: rgb(87,26,121); }

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

background-color css

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

 a { background-color: rgb(87,26,121); }

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

border-color css

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

 span { border-color: rgb(87,26,121); }

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