Html Css Color HEX #531685 Indigo

📋 copy color: '#531685'

red 83 ◦ green 22 ◦ blue 133

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

Shades of Indigo #531685

Tints of Indigo #531685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 34.87%
G = 9.24%
B = 55.88%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531685 (or 0x531685) is known color: Indigo. HEX triplet: 53, 16 and 85. RGB value is (83,22,133). Sum of RGB (Red+Green+Blue) = 83+22+133=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #531685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531685 is #ACE97A. Grayscale: #343434. Windows color (decimal): -11331963 or 8722003. OLE color: 8722003.

HSL color Cylindrical-coordinate representation of color #531685: hue angle of 272.97º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531685 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 22 133 -
CMYK 0.38 0.83 0 0.48
HSL 272.97º 0.72% 0.3% -
HSV(B) 272.97º 0.83% 0.52% -
XYZ 8.09 4.11 22.56 -
YUV 52.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 83 22 133 0.38 0.83 0 0.48 272.97 0.72 0.3
Hex 53 16 85 26 53 0 30 111 48 1E
Octal 123 26 205 46 123 0 60 421 110 36
Binary 1010011 10110 10000101 100110 1010011 0 110000 100010001 1001000 11110

Color Harmonies of #531685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531685

Black with #531685

Text Example


Text Example

White with #531685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531685; }

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

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

background-color css

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

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

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

border-color css

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

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

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