Html Css Color HEX #531981 Indigo

📋 copy color: '#531981'

red 83 ◦ green 25 ◦ blue 129

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

Shades of Indigo #531981

Tints of Indigo #531981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

 BLUE value IS 129 (50.78% from 255) = 54.43%

R = 35.02%
G = 10.55%
B = 54.43%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#531981 (or 0x531981) is known color: Indigo. HEX triplet: 53, 19 and 81. RGB value is (83,25,129). Sum of RGB (Red+Green+Blue) = 83+25+129=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #531981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531981 is #ACE67E. Grayscale: #353535. Windows color (decimal): -11331199 or 8460627. OLE color: 8460627.

HSL color Cylindrical-coordinate representation of color #531981: hue angle of 273.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531981 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 25 129 -
CMYK 0.36 0.81 0 0.49
HSL 273.46º 0.68% 0.3% -
HSV(B) 273.46º 0.81% 0.51% -
XYZ 7.88 4.12 21.15 -
YUV 54.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 83 25 129 0.36 0.81 0 0.49 273.46 0.68 0.3
Hex 53 19 81 24 51 0 31 111 44 1E
Octal 123 31 201 44 121 0 61 421 104 36
Binary 1010011 11001 10000001 100100 1010001 0 110001 100010001 1000100 11110

Color Harmonies of #531981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531981

Black with #531981

Text Example


Text Example

White with #531981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531981; }

 p { color: rgb(83,25,129); }

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

background-color css

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

 a { background-color: rgb(83,25,129); }

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

border-color css

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

 span { border-color: rgb(83,25,129); }

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