Html Css Color HEX #531772 Indigo

📋 copy color: '#531772'

red 83 ◦ green 23 ◦ blue 114

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

Shades of Indigo #531772

Tints of Indigo #531772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 37.73%
G = 10.45%
B = 51.82%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531772 (or 0x531772) is known color: Indigo. HEX triplet: 53, 17 and 72. RGB value is (83,23,114). Sum of RGB (Red+Green+Blue) = 83+23+114=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #531772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531772 is #ACE88D. Grayscale: #333333. Windows color (decimal): -11331726 or 7477075. OLE color: 7477075.

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

Color convert

RGB 83 23 114 -
CMYK 0.27 0.80 0 0.55
HSL 279.56º 0.66% 0.27% -
HSV(B) 279.56º 0.8% 0.45% -
XYZ 6.91 3.67 16.26 -
YUV 51.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 83 23 114 0.27 0.80 0 0.55 279.56 0.66 0.27
Hex 53 17 72 1B 50 0 37 118 42 1B
Octal 123 27 162 33 120 0 67 430 102 33
Binary 1010011 10111 1110010 11011 1010000 0 110111 100011000 1000010 11011

Color Harmonies of #531772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531772

Black with #531772

Text Example


Text Example

White with #531772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531772; }

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

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

background-color css

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

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

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

border-color css

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

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

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