Html Css Color HEX #531778 Indigo

📋 copy color: '#531778'

red 83 ◦ green 23 ◦ blue 120

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

Shades of Indigo #531778

Tints of Indigo #531778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 36.73%
G = 10.18%
B = 53.1%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531778 (or 0x531778) is known color: Indigo. HEX triplet: 53, 17 and 78. RGB value is (83,23,120). Sum of RGB (Red+Green+Blue) = 83+23+120=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #531778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531778 is #ACE887. Grayscale: #333333. Windows color (decimal): -11331720 or 7870291. OLE color: 7870291.

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

Color convert

RGB 83 23 120 -
CMYK 0.31 0.81 0 0.53
HSL 277.11º 0.68% 0.28% -
HSV(B) 277.11º 0.81% 0.47% -
XYZ 7.26 3.81 18.12 -
YUV 52 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 83 23 120 0.31 0.81 0 0.53 277.11 0.68 0.28
Hex 53 17 78 1F 51 0 35 115 44 1C
Octal 123 27 170 37 121 0 65 425 104 34
Binary 1010011 10111 1111000 11111 1010001 0 110101 100010101 1000100 11100

Color Harmonies of #531778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531778

Black with #531778

Text Example


Text Example

White with #531778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531778; }

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

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

background-color css

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

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

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

border-color css

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

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

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