Html Css Color HEX #531897 Indigo

📋 copy color: '#531897'

red 83 ◦ green 24 ◦ blue 151

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

Shades of Indigo #531897

Tints of Indigo #531897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 32.17%
G = 9.3%
B = 58.53%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#531897 (or 0x531897) is known color: Indigo. HEX triplet: 53, 18 and 97. RGB value is (83,24,151). Sum of RGB (Red+Green+Blue) = 83+24+151=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #531897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531897 is #ACE768. Grayscale: #373737. Windows color (decimal): -11331433 or 9902163. OLE color: 9902163.

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

Color convert

RGB 83 24 151 -
CMYK 0.45 0.84 0 0.41
HSL 267.87º 0.73% 0.34% -
HSV(B) 267.87º 0.84% 0.59% -
XYZ 9.48 4.73 29.69 -
YUV 56.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 83 24 151 0.45 0.84 0 0.41 267.87 0.73 0.34
Hex 53 18 97 2D 54 0 29 10C 49 22
Octal 123 30 227 55 124 0 51 414 111 42
Binary 1010011 11000 10010111 101101 1010100 0 101001 100001100 1001001 100010

Color Harmonies of #531897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531897

Black with #531897

Text Example


Text Example

White with #531897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531897; }

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

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

background-color css

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

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

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

border-color css

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

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

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