Html Css Color HEX #531374 Indigo

📋 copy color: '#531374'

red 83 ◦ green 19 ◦ blue 116

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

Shades of Indigo #531374

Tints of Indigo #531374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 38.07%
G = 8.72%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531374 (or 0x531374) is known color: Indigo. HEX triplet: 53, 13 and 74. RGB value is (83,19,116). Sum of RGB (Red+Green+Blue) = 83+19+116=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #531374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531374 is #ACEC8B. Grayscale: #303030. Windows color (decimal): -11332748 or 7607123. OLE color: 7607123.

HSL color Cylindrical-coordinate representation of color #531374: hue angle of 279.59º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531374 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 19 116 -
CMYK 0.28 0.84 0 0.55
HSL 279.59º 0.72% 0.26% -
HSV(B) 279.59º 0.84% 0.45% -
XYZ 6.95 3.57 16.84 -
YUV 49.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 83 19 116 0.28 0.84 0 0.55 279.59 0.72 0.26
Hex 53 13 74 1C 54 0 37 118 48 1A
Octal 123 23 164 34 124 0 67 430 110 32
Binary 1010011 10011 1110100 11100 1010100 0 110111 100011000 1001000 11010

Color Harmonies of #531374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531374

Black with #531374

Text Example


Text Example

White with #531374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531374; }

 p { color: rgb(83,19,116); }

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

background-color css

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

 a { background-color: rgb(83,19,116); }

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

border-color css

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

 span { border-color: rgb(83,19,116); }

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