#53078D

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

Shades of Indigo #53078D

Tints of Indigo #53078D

Color information

#53078D (or 0x53078D) is unknown color: approx Indigo. HEX triplet: 53, 07 and 8D. RGB value is (83,7,141). Sum of RGB (Red+Green+Blue) = 83+7+141=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #53078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53078D is #ACF872. Grayscale: #2C2C2C. Windows color (decimal): -11335795 or 9242451. OLE color: 9242451.

HSL color Cylindrical-coordinate representation of color #53078D: hue angle of 274.03º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53078D is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB837141-
CMYK0.410.9500.45
HSL274.03º90.54%29.02%-
HSV(B)274.03º95.04%55.29%-
XYZ8.453.9125.51-
YUV45182.18155.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=35.93%
G=3.03%
B=61.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8371410.410.9500.45274.0390.5429.02
Hex5378D295F02D1125b1d
Octal12372155113705542213335
Binary10100111111000110110100110111110101101100010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53078D; }

 p { color: rgb(83,7,141); }

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

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

 a { background-color: rgb(83,7,141); }

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

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

 span { border-color: rgb(83,7,141); }

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