Html Css Color HEX #531797 Indigo

📋 copy color: '#531797'

red 83 ◦ green 23 ◦ blue 151

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

Shades of Indigo #531797

Tints of Indigo #531797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 32.3%
G = 8.95%
B = 58.75%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#531797 (or 0x531797) is known color: Indigo. HEX triplet: 53, 17 and 97. RGB value is (83,23,151). Sum of RGB (Red+Green+Blue) = 83+23+151=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #531797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531797 is #ACE868. Grayscale: #373737. Windows color (decimal): -11331689 or 9901907. OLE color: 9901907.

HSL color Cylindrical-coordinate representation of color #531797: hue angle of 268.12º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531797 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 23 151 -
CMYK 0.45 0.85 0 0.41
HSL 268.13º 0.74% 0.34% -
HSV(B) 268.13º 0.85% 0.59% -
XYZ 9.46 4.69 29.68 -
YUV 55.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 83 23 151 0.45 0.85 0 0.41 268.13 0.74 0.34
Hex 53 17 97 2D 55 0 29 10C 4A 22
Octal 123 27 227 55 125 0 51 414 112 42
Binary 1010011 10111 10010111 101101 1010101 0 101001 100001100 1001010 100010

Color Harmonies of #531797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531797

Black with #531797

Text Example


Text Example

White with #531797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531797; }

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

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

background-color css

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

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

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

border-color css

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

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

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