Html Css Color HEX #531677 Indigo

📋 copy color: '#531677'

red 83 ◦ green 22 ◦ blue 119

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

Shades of Indigo #531677

Tints of Indigo #531677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 37.05%
G = 9.82%
B = 53.13%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531677 (or 0x531677) is known color: Indigo. HEX triplet: 53, 16 and 77. RGB value is (83,22,119). Sum of RGB (Red+Green+Blue) = 83+22+119=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #531677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531677 is #ACE988. Grayscale: #323232. Windows color (decimal): -11331977 or 7804499. OLE color: 7804499.

HSL color Cylindrical-coordinate representation of color #531677: hue angle of 277.73º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531677 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 22 119 -
CMYK 0.30 0.82 0 0.53
HSL 277.73º 0.69% 0.28% -
HSV(B) 277.73º 0.82% 0.47% -
XYZ 7.18 3.74 17.8 -
YUV 51.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 83 22 119 0.30 0.82 0 0.53 277.73 0.69 0.28
Hex 53 16 77 1E 52 0 35 116 45 1C
Octal 123 26 167 36 122 0 65 426 105 34
Binary 1010011 10110 1110111 11110 1010010 0 110101 100010110 1000101 11100

Color Harmonies of #531677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531677

Black with #531677

Text Example


Text Example

White with #531677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531677; }

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

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

background-color css

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

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

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

border-color css

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

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

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