#530E87

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

Shades of Indigo #530E87

Tints of Indigo #530E87

Color information

#530E87 (or 0x530E87) is unknown color: approx Indigo. HEX triplet: 53, 0E and 87. RGB value is (83,14,135). Sum of RGB (Red+Green+Blue) = 83+14+135=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #530E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E87 is #ACF178. Grayscale: #303030. Windows color (decimal): -11334009 or 8851027. OLE color: 8851027.

HSL color Cylindrical-coordinate representation of color #530E87: hue angle of 274.21º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530E87 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8314135-
CMYK0.390.9000.47
HSL274.21º81.21%29.22%-
HSV(B)274.21º89.63%52.94%-
XYZ8.13.923.25-
YUV48.42176.86152.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=35.78%
G=6.03%
B=58.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83141350.390.9000.47274.2181.2129.22
Hex53E87275A02F112511d
Octal123162074713205742212135
Binary101001111101000011110011110110100101111100010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530E87; }

 p { color: rgb(83,14,135); }

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

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

 a { background-color: rgb(83,14,135); }

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

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

 span { border-color: rgb(83,14,135); }

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