Html Css Color HEX #531175 Indigo

📋 copy color: '#531175'

red 83 ◦ green 17 ◦ blue 117

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

Shades of Indigo #531175

Tints of Indigo #531175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 38.25%
G = 7.83%
B = 53.92%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531175 (or 0x531175) is known color: Indigo. HEX triplet: 53, 11 and 75. RGB value is (83,17,117). Sum of RGB (Red+Green+Blue) = 83+17+117=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #531175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531175 is #ACEE8A. Grayscale: #2F2F2F. Windows color (decimal): -11333259 or 7672147. OLE color: 7672147.

HSL color Cylindrical-coordinate representation of color #531175: hue angle of 279.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531175 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 17 117 -
CMYK 0.29 0.85 0 0.54
HSL 279.6º 0.75% 0.26% -
HSV(B) 279.6º 0.85% 0.46% -
XYZ 6.98 3.52 17.14 -
YUV 48.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 83 17 117 0.29 0.85 0 0.54 279.6 0.75 0.26
Hex 53 11 75 1D 55 0 36 118 4B 1A
Octal 123 21 165 35 125 0 66 430 113 32
Binary 1010011 10001 1110101 11101 1010101 0 110110 100011000 1001011 11010

Color Harmonies of #531175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531175

Black with #531175

Text Example


Text Example

White with #531175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531175; }

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

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

background-color css

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

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

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

border-color css

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

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

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