Html Css Color HEX #531570 Indigo

📋 copy color: '#531570'

red 83 ◦ green 21 ◦ blue 112

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

Shades of Indigo #531570

Tints of Indigo #531570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 38.43%
G = 9.72%
B = 51.85%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531570 (or 0x531570) is known color: Indigo. HEX triplet: 53, 15 and 70. RGB value is (83,21,112). Sum of RGB (Red+Green+Blue) = 83+21+112=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #531570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531570 is #ACEA8F. Grayscale: #313131. Windows color (decimal): -11332240 or 7345491. OLE color: 7345491.

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

Color convert

RGB 83 21 112 -
CMYK 0.26 0.81 0 0.56
HSL 280.88º 0.68% 0.26% -
HSV(B) 280.88º 0.81% 0.44% -
XYZ 6.76 3.55 15.66 -
YUV 49.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 83 21 112 0.26 0.81 0 0.56 280.88 0.68 0.26
Hex 53 15 70 1A 51 0 38 119 44 1A
Octal 123 25 160 32 121 0 70 431 104 32
Binary 1010011 10101 1110000 11010 1010001 0 111000 100011001 1000100 11010

Color Harmonies of #531570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531570

Black with #531570

Text Example


Text Example

White with #531570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531570; }

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

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

background-color css

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

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

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

border-color css

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

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

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