Html Css Color HEX #531676 Indigo

📋 copy color: '#531676'

red 83 ◦ green 22 ◦ blue 118

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

Shades of Indigo #531676

Tints of Indigo #531676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 37.22%
G = 9.87%
B = 52.91%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531676 (or 0x531676) is known color: Indigo. HEX triplet: 53, 16 and 76. RGB value is (83,22,118). Sum of RGB (Red+Green+Blue) = 83+22+118=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #531676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531676 is #ACE989. Grayscale: #323232. Windows color (decimal): -11331978 or 7738963. OLE color: 7738963.

HSL color Cylindrical-coordinate representation of color #531676: hue angle of 278.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531676 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 22 118 -
CMYK 0.30 0.81 0 0.54
HSL 278.13º 0.69% 0.27% -
HSV(B) 278.13º 0.81% 0.46% -
XYZ 7.12 3.72 17.48 -
YUV 51.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 83 22 118 0.30 0.81 0 0.54 278.13 0.69 0.27
Hex 53 16 76 1E 51 0 36 116 45 1B
Octal 123 26 166 36 121 0 66 426 105 33
Binary 1010011 10110 1110110 11110 1010001 0 110110 100010110 1000101 11011

Color Harmonies of #531676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531676

Black with #531676

Text Example


Text Example

White with #531676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531676; }

 p { color: rgb(83,22,118); }

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

background-color css

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

 a { background-color: rgb(83,22,118); }

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

border-color css

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

 span { border-color: rgb(83,22,118); }

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