Html Css Color HEX #532871 Blue Diamond

📋 copy color: '#532871'

red 83 ◦ green 40 ◦ blue 113

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

Shades of Blue Diamond #532871

Tints of Blue Diamond #532871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 35.17%
G = 16.95%
B = 47.88%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#532871 (or 0x532871) is known color: Blue Diamond. HEX triplet: 53, 28 and 71. RGB value is (83,40,113). Sum of RGB (Red+Green+Blue) = 83+40+113=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #532871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532871 is #ACD78E. Grayscale: #3C3C3C. Windows color (decimal): -11327375 or 7415891. OLE color: 7415891.

HSL color Cylindrical-coordinate representation of color #532871: hue angle of 275.34º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532871 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 40 113 -
CMYK 0.27 0.65 0 0.56
HSL 275.34º 0.48% 0.3% -
HSV(B) 275.34º 0.65% 0.44% -
XYZ 7.31 4.55 16.12 -
YUV 61.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 83 40 113 0.27 0.65 0 0.56 275.34 0.48 0.3
Hex 53 28 71 1B 41 0 38 113 30 1E
Octal 123 50 161 33 101 0 70 423 60 36
Binary 1010011 101000 1110001 11011 1000001 0 111000 100010011 110000 11110

Color Harmonies of #532871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532871

Black with #532871

Text Example


Text Example

White with #532871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532871; }

 p { color: rgb(83,40,113); }

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

background-color css

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

 a { background-color: rgb(83,40,113); }

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

border-color css

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

 span { border-color: rgb(83,40,113); }

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