Html Css Color HEX #532970 Blue Diamond

📋 copy color: '#532970'

red 83 ◦ green 41 ◦ blue 112

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

Shades of Blue Diamond #532970

Tints of Blue Diamond #532970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 35.17%
G = 17.37%
B = 47.46%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#532970 (or 0x532970) is known color: Blue Diamond. HEX triplet: 53, 29 and 70. RGB value is (83,41,112). Sum of RGB (Red+Green+Blue) = 83+41+112=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #532970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532970 is #ACD68F. Grayscale: #3D3D3D. Windows color (decimal): -11327120 or 7350611. OLE color: 7350611.

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

Color convert

RGB 83 41 112 -
CMYK 0.26 0.63 0 0.56
HSL 275.49º 0.46% 0.3% -
HSV(B) 275.49º 0.63% 0.44% -
XYZ 7.28 4.59 15.83 -
YUV 61.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 83 41 112 0.26 0.63 0 0.56 275.49 0.46 0.3
Hex 53 29 70 1A 3F 0 38 113 2E 1E
Octal 123 51 160 32 77 0 70 423 56 36
Binary 1010011 101001 1110000 11010 111111 0 111000 100010011 101110 11110

Color Harmonies of #532970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532970

Black with #532970

Text Example


Text Example

White with #532970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532970; }

 p { color: rgb(83,41,112); }

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

background-color css

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

 a { background-color: rgb(83,41,112); }

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

border-color css

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

 span { border-color: rgb(83,41,112); }

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