Html Css Color HEX #531373 Indigo

📋 copy color: '#531373'

red 83 ◦ green 19 ◦ blue 115

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

Shades of Indigo #531373

Tints of Indigo #531373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 38.25%
G = 8.76%
B = 53%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531373 (or 0x531373) is known color: Indigo. HEX triplet: 53, 13 and 73. RGB value is (83,19,115). Sum of RGB (Red+Green+Blue) = 83+19+115=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #531373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531373 is #ACEC8C. Grayscale: #303030. Windows color (decimal): -11332749 or 7541587. OLE color: 7541587.

HSL color Cylindrical-coordinate representation of color #531373: hue angle of 280º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531373 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 19 115 -
CMYK 0.28 0.83 0 0.55
HSL 280º 0.72% 0.26% -
HSV(B) 280º 0.83% 0.45% -
XYZ 6.89 3.54 16.54 -
YUV 49.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 83 19 115 0.28 0.83 0 0.55 280 0.72 0.26
Hex 53 13 73 1C 53 0 37 118 48 1A
Octal 123 23 163 34 123 0 67 430 110 32
Binary 1010011 10011 1110011 11100 1010011 0 110111 100011000 1001000 11010

Color Harmonies of #531373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531373

Black with #531373

Text Example


Text Example

White with #531373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531373; }

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

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

background-color css

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

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

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

border-color css

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

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

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