Html Css Color HEX #531C72 Blue Diamond

📋 copy color: '#531C72'

red 83 ◦ green 28 ◦ blue 114

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

Shades of Blue Diamond #531C72

Tints of Blue Diamond #531C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

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

R = 36.89%
G = 12.44%
B = 50.67%

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

#531C72 (or 0x531C72) is known color: Blue Diamond. HEX triplet: 53, 1C and 72. RGB value is (83,28,114). Sum of RGB (Red+Green+Blue) = 83+28+114=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #531C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C72 is #ACE38D. Grayscale: #353535. Windows color (decimal): -11330446 or 7478355. OLE color: 7478355.

HSL color Cylindrical-coordinate representation of color #531C72: hue angle of 278.37º degrees, saturation: 0.61, 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 #531C72 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 28 114 -
CMYK 0.27 0.75 0 0.55
HSL 278.37º 0.61% 0.28% -
HSV(B) 278.37º 0.75% 0.45% -
XYZ 7.02 3.88 16.3 -
YUV 54.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 83 28 114 0.27 0.75 0 0.55 278.37 0.61 0.28
Hex 53 1C 72 1B 4B 0 37 116 3D 1C
Octal 123 34 162 33 113 0 67 426 75 34
Binary 1010011 11100 1110010 11011 1001011 0 110111 100010110 111101 11100

Color Harmonies of #531C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C72

Black with #531C72

Text Example


Text Example

White with #531C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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