Html Css Color HEX #531675 Indigo

📋 copy color: '#531675'

red 83 ◦ green 22 ◦ blue 117

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

Shades of Indigo #531675

Tints of Indigo #531675

RGB

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

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

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

R = 37.39%
G = 9.91%
B = 52.7%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531675 (or 0x531675) is known color: Indigo. HEX triplet: 53, 16 and 75. RGB value is (83,22,117). Sum of RGB (Red+Green+Blue) = 83+22+117=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #531675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531675 is #ACE98A. Grayscale: #323232. Windows color (decimal): -11331979 or 7673427. OLE color: 7673427.

HSL color Cylindrical-coordinate representation of color #531675: hue angle of 278.53º degrees, saturation: 0.68, 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 #531675 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 22 117 -
CMYK 0.29 0.81 0 0.54
HSL 278.53º 0.68% 0.27% -
HSV(B) 278.53º 0.81% 0.46% -
XYZ 7.07 3.7 17.17 -
YUV 51.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 83 22 117 0.29 0.81 0 0.54 278.53 0.68 0.27
Hex 53 16 75 1D 51 0 36 117 44 1B
Octal 123 26 165 35 121 0 66 427 104 33
Binary 1010011 10110 1110101 11101 1010001 0 110110 100010111 1000100 11011

Color Harmonies of #531675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531675

Black with #531675

Text Example


Text Example

White with #531675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531675; }

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

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

background-color css

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

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

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

border-color css

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

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

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