Html Css Color HEX #531D72 Blue Diamond

📋 copy color: '#531D72'

red 83 ◦ green 29 ◦ blue 114

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

Shades of Blue Diamond #531D72

Tints of Blue Diamond #531D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 36.73%
G = 12.83%
B = 50.44%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531D72 (or 0x531D72) is known color: Blue Diamond. HEX triplet: 53, 1D and 72. RGB value is (83,29,114). Sum of RGB (Red+Green+Blue) = 83+29+114=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #531D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D72 is #ACE28D. Grayscale: #363636. Windows color (decimal): -11330190 or 7478611. OLE color: 7478611.

HSL color Cylindrical-coordinate representation of color #531D72: hue angle of 278.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531D72 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 29 114 -
CMYK 0.27 0.75 0 0.55
HSL 278.12º 0.59% 0.28% -
HSV(B) 278.12º 0.75% 0.45% -
XYZ 7.04 3.93 16.31 -
YUV 54.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 83 29 114 0.27 0.75 0 0.55 278.12 0.59 0.28
Hex 53 1D 72 1B 4B 0 37 116 3B 1C
Octal 123 35 162 33 113 0 67 426 73 34
Binary 1010011 11101 1110010 11011 1001011 0 110111 100010110 111011 11100

Color Harmonies of #531D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D72

Black with #531D72

Text Example


Text Example

White with #531D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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