Html Css Color HEX #531574 Indigo

📋 copy color: '#531574'

red 83 ◦ green 21 ◦ blue 116

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

Shades of Indigo #531574

Tints of Indigo #531574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 37.73%
G = 9.55%
B = 52.73%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531574 (or 0x531574) is known color: Indigo. HEX triplet: 53, 15 and 74. RGB value is (83,21,116). Sum of RGB (Red+Green+Blue) = 83+21+116=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #531574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531574 is #ACEA8B. Grayscale: #323232. Windows color (decimal): -11332236 or 7607635. OLE color: 7607635.

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

Color convert

RGB 83 21 116 -
CMYK 0.28 0.82 0 0.55
HSL 279.16º 0.69% 0.27% -
HSV(B) 279.16º 0.82% 0.45% -
XYZ 6.99 3.64 16.86 -
YUV 50.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 83 21 116 0.28 0.82 0 0.55 279.16 0.69 0.27
Hex 53 15 74 1C 52 0 37 117 45 1B
Octal 123 25 164 34 122 0 67 427 105 33
Binary 1010011 10101 1110100 11100 1010010 0 110111 100010111 1000101 11011

Color Harmonies of #531574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531574

Black with #531574

Text Example


Text Example

White with #531574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531574; }

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

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

background-color css

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

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

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

border-color css

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

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

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