#520469

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

Shades of Indigo #520469

Tints of Indigo #520469

Color information

#520469 (or 0x520469) is unknown color: approx Indigo. HEX triplet: 52, 04 and 69. RGB value is (82,4,105). Sum of RGB (Red+Green+Blue) = 82+4+105=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #520469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520469 is #ADFB96. Grayscale: #262626. Windows color (decimal): -11402135 or 6882386. OLE color: 6882386.

HSL color Cylindrical-coordinate representation of color #520469: hue angle of 286.34º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520469 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB824105-
CMYK0.220.9600.59
HSL286.34º92.66%21.37%-
HSV(B)286.34º96.19%41.18%-
XYZ6.072.913.6-
YUV38.84165.34158.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=42.93%
G=2.09%
B=54.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8241050.220.9600.59286.3492.6621.37
Hex52469166003B11e5d15
Octal12241512614007343613525
Binary101001010011010011011011000000111011100011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520469; }

 p { color: rgb(82,4,105); }

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

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

 a { background-color: rgb(82,4,105); }

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

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

 span { border-color: rgb(82,4,105); }

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