Html Css Color HEX #531680 Indigo

📋 copy color: '#531680'

red 83 ◦ green 22 ◦ blue 128

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

Shades of Indigo #531680

Tints of Indigo #531680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 35.62%
G = 9.44%
B = 54.94%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#531680 (or 0x531680) is known color: Indigo. HEX triplet: 53, 16 and 80. RGB value is (83,22,128). Sum of RGB (Red+Green+Blue) = 83+22+128=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #531680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531680 is #ACE97F. Grayscale: #333333. Windows color (decimal): -11331968 or 8394323. OLE color: 8394323.

HSL color Cylindrical-coordinate representation of color #531680: hue angle of 274.53º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531680 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 22 128 -
CMYK 0.35 0.83 0 0.50
HSL 274.53º 0.71% 0.29% -
HSV(B) 274.53º 0.83% 0.5% -
XYZ 7.75 3.97 20.78 -
YUV 52.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 83 22 128 0.35 0.83 0 0.50 274.53 0.71 0.29
Hex 53 16 80 23 53 0 32 113 47 1D
Octal 123 26 200 43 123 0 62 423 107 35
Binary 1010011 10110 10000000 100011 1010011 0 110010 100010011 1000111 11101

Color Harmonies of #531680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531680

Black with #531680

Text Example


Text Example

White with #531680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531680; }

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

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

background-color css

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

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

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

border-color css

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

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

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