#531270

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

Shades of Indigo #531270

Tints of Indigo #531270

Color information

#531270 (or 0x531270) is unknown color: approx Indigo. HEX triplet: 53, 12 and 70. RGB value is (83,18,112). Sum of RGB (Red+Green+Blue) = 83+18+112=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #531270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531270 is #ACED8F. Grayscale: #2F2F2F. Windows color (decimal): -11333008 or 7344723. OLE color: 7344723.

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

Color convert

RGB8318112-
CMYK0.260.8400.56
HSL281.49º72.31%25.49%-
HSV(B)281.49º83.93%43.92%-
XYZ6.713.4415.64-
YUV48.15164.03152.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=38.97%
G=8.45%
B=52.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83181120.260.8400.56281.4972.3125.49
Hex5312701A540381194819
Octal123221603212407043111031
Binary10100111001011100001101010101000111000100011001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531270; }

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

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

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

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

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

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

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

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