Html Css Color HEX #531071 Indigo

📋 copy color: '#531071'

red 83 ◦ green 16 ◦ blue 113

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

Shades of Indigo #531071

Tints of Indigo #531071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 39.15%
G = 7.55%
B = 53.3%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531071 (or 0x531071) is known color: Indigo. HEX triplet: 53, 10 and 71. RGB value is (83,16,113). Sum of RGB (Red+Green+Blue) = 83+16+113=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #531071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531071 is #ACEF8E. Grayscale: #2E2E2E. Windows color (decimal): -11333519 or 7409747. OLE color: 7409747.

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

Color convert

RGB 83 16 113 -
CMYK 0.27 0.86 0 0.56
HSL 281.44º 0.75% 0.25% -
HSV(B) 281.44º 0.86% 0.44% -
XYZ 6.73 3.4 15.92 -
YUV 47.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 83 16 113 0.27 0.86 0 0.56 281.44 0.75 0.25
Hex 53 10 71 1B 56 0 38 119 4B 19
Octal 123 20 161 33 126 0 70 431 113 31
Binary 1010011 10000 1110001 11011 1010110 0 111000 100011001 1001011 11001

Color Harmonies of #531071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531071

Black with #531071

Text Example


Text Example

White with #531071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531071; }

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

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

background-color css

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

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

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

border-color css

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

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

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