Html Css Color HEX #531773 Indigo

📋 copy color: '#531773'

red 83 ◦ green 23 ◦ blue 115

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

Shades of Indigo #531773

Tints of Indigo #531773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 37.56%
G = 10.41%
B = 52.04%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531773 (or 0x531773) is known color: Indigo. HEX triplet: 53, 17 and 73. RGB value is (83,23,115). Sum of RGB (Red+Green+Blue) = 83+23+115=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #531773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531773 is #ACE88C. Grayscale: #333333. Windows color (decimal): -11331725 or 7542611. OLE color: 7542611.

HSL color Cylindrical-coordinate representation of color #531773: hue angle of 279.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531773 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 23 115 -
CMYK 0.28 0.80 0 0.55
HSL 279.13º 0.67% 0.27% -
HSV(B) 279.13º 0.8% 0.45% -
XYZ 6.97 3.69 16.56 -
YUV 51.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 83 23 115 0.28 0.80 0 0.55 279.13 0.67 0.27
Hex 53 17 73 1C 50 0 37 117 43 1B
Octal 123 27 163 34 120 0 67 427 103 33
Binary 1010011 10111 1110011 11100 1010000 0 110111 100010111 1000011 11011

Color Harmonies of #531773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531773

Black with #531773

Text Example


Text Example

White with #531773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531773; }

 p { color: rgb(83,23,115); }

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

background-color css

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

 a { background-color: rgb(83,23,115); }

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

border-color css

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

 span { border-color: rgb(83,23,115); }

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