Html Css Color HEX #531072 Indigo

📋 copy color: '#531072'

red 83 ◦ green 16 ◦ blue 114

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

Shades of Indigo #531072

Tints of Indigo #531072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 38.97%
G = 7.51%
B = 53.52%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531072 (or 0x531072) is known color: Indigo. HEX triplet: 53, 10 and 72. RGB value is (83,16,114). Sum of RGB (Red+Green+Blue) = 83+16+114=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #531072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531072 is #ACEF8D. Grayscale: #2E2E2E. Windows color (decimal): -11333518 or 7475283. OLE color: 7475283.

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

Color convert

RGB 83 16 114 -
CMYK 0.27 0.86 0 0.55
HSL 281.02º 0.75% 0.25% -
HSV(B) 281.02º 0.86% 0.45% -
XYZ 6.79 3.42 16.22 -
YUV 47.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 83 16 114 0.27 0.86 0 0.55 281.02 0.75 0.25
Hex 53 10 72 1B 56 0 37 119 4B 19
Octal 123 20 162 33 126 0 67 431 113 31
Binary 1010011 10000 1110010 11011 1010110 0 110111 100011001 1001011 11001

Color Harmonies of #531072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531072

Black with #531072

Text Example


Text Example

White with #531072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531072; }

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

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

background-color css

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

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

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

border-color css

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

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

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