#521078

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

Shades of Indigo #521078

Tints of Indigo #521078

Color information

#521078 (or 0x521078) is unknown color: approx Indigo. HEX triplet: 52, 10 and 78. RGB value is (82,16,120). Sum of RGB (Red+Green+Blue) = 82+16+120=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #521078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521078 is #ADEF87. Grayscale: #2F2F2F. Windows color (decimal): -11399048 or 7868498. OLE color: 7868498.

HSL color Cylindrical-coordinate representation of color #521078: hue angle of 278.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521078 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8216120-
CMYK0.320.8700.53
HSL278.08º76.47%26.67%-
HSV(B)278.08º86.67%47.06%-
XYZ7.063.5218.08-
YUV47.59168.87152.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=37.61%
G=7.34%
B=55.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82161200.320.8700.53278.0876.4726.67
Hex52107820570351164c1b
Octal122201704012706542611433
Binary101001010000111100010000010101110110101100010110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521078; }

 p { color: rgb(82,16,120); }

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

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

 a { background-color: rgb(82,16,120); }

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

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

 span { border-color: rgb(82,16,120); }

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