Html Css Color HEX #531178 Indigo

📋 copy color: '#531178'

red 83 ◦ green 17 ◦ blue 120

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

Shades of Indigo #531178

Tints of Indigo #531178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 37.73%
G = 7.73%
B = 54.55%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531178 (or 0x531178) is known color: Indigo. HEX triplet: 53, 11 and 78. RGB value is (83,17,120). Sum of RGB (Red+Green+Blue) = 83+17+120=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #531178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531178 is #ACEE87. Grayscale: #303030. Windows color (decimal): -11333256 or 7868755. OLE color: 7868755.

HSL color Cylindrical-coordinate representation of color #531178: hue angle of 278.45º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531178 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 17 120 -
CMYK 0.31 0.86 0 0.53
HSL 278.45º 0.75% 0.27% -
HSV(B) 278.45º 0.86% 0.47% -
XYZ 7.16 3.6 18.09 -
YUV 48.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 83 17 120 0.31 0.86 0 0.53 278.45 0.75 0.27
Hex 53 11 78 1F 56 0 35 116 4B 1B
Octal 123 21 170 37 126 0 65 426 113 33
Binary 1010011 10001 1111000 11111 1010110 0 110101 100010110 1001011 11011

Color Harmonies of #531178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531178

Black with #531178

Text Example


Text Example

White with #531178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531178; }

 p { color: rgb(83,17,120); }

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

background-color css

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

 a { background-color: rgb(83,17,120); }

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

border-color css

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

 span { border-color: rgb(83,17,120); }

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