#531070

Color #531070 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #531070

Tints of Indigo #531070

Color information

#531070 (or 0x531070) is unknown color: approx Indigo. HEX triplet: 53, 10 and 70. RGB value is (83,16,112). Sum of RGB (Red+Green+Blue) = 83+16+112=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #531070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531070 is #ACEF8F. Grayscale: #2E2E2E. Windows color (decimal): -11333520 or 7344211. OLE color: 7344211.

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

Color convert

RGB8316112-
CMYK0.260.8600.56
HSL281.88º75%25.1%-
HSV(B)281.88º85.71%43.92%-
XYZ6.683.3815.63-
YUV46.98164.7153.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=39.34%
G=7.58%
B=53.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83161120.260.8600.56281.887525.1
Hex5310701A5603811a4b19
Octal123201603212607043211331
Binary10100111000011100001101010101100111000100011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531070; }

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

 H1.HeaderClassName
 {
   color: #531070;
 }
 .AnyTagClassName
 {
   color: #531070;
 }
</style>
background-color css

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

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

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

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

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

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