Html Css Color HEX #531D79 Blue Diamond

📋 copy color: '#531D79'

red 83 ◦ green 29 ◦ blue 121

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

Shades of Blue Diamond #531D79

Tints of Blue Diamond #531D79

RGB

 RED value IS 83 (32.81% from 255) = 35.62%

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

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

R = 35.62%
G = 12.45%
B = 51.93%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531D79 (or 0x531D79) is known color: Blue Diamond. HEX triplet: 53, 1D and 79. RGB value is (83,29,121). Sum of RGB (Red+Green+Blue) = 83+29+121=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #531D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D79 is #ACE286. Grayscale: #373737. Windows color (decimal): -11330183 or 7937363. OLE color: 7937363.

HSL color Cylindrical-coordinate representation of color #531D79: hue angle of 275.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531D79 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 29 121 -
CMYK 0.31 0.76 0 0.53
HSL 275.22º 0.61% 0.29% -
HSV(B) 275.22º 0.76% 0.47% -
XYZ 7.46 4.1 18.49 -
YUV 55.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 83 29 121 0.31 0.76 0 0.53 275.22 0.61 0.29
Hex 53 1D 79 1F 4C 0 35 113 3D 1D
Octal 123 35 171 37 114 0 65 423 75 35
Binary 1010011 11101 1111001 11111 1001100 0 110101 100010011 111101 11101

Color Harmonies of #531D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D79

Black with #531D79

Text Example


Text Example

White with #531D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D79; }

 p { color: rgb(83,29,121); }

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

background-color css

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

 a { background-color: rgb(83,29,121); }

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

border-color css

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

 span { border-color: rgb(83,29,121); }

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