#521284

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

Shades of Indigo #521284

Tints of Indigo #521284

Color information

#521284 (or 0x521284) is unknown color: approx Indigo. HEX triplet: 52, 12 and 84. RGB value is (82,18,132). Sum of RGB (Red+Green+Blue) = 82+18+132=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #521284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521284 is #ADED7B. Grayscale: #313131. Windows color (decimal): -11398524 or 8655442. OLE color: 8655442.

HSL color Cylindrical-coordinate representation of color #521284: hue angle of 273.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521284 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8218132-
CMYK0.380.8600.48
HSL273.68º76%29.41%-
HSV(B)273.68º86.36%51.76%-
XYZ7.863.8922.17-
YUV50.13174.2150.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=35.34%
G=7.76%
B=56.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82181320.380.8600.48273.687629.41
Hex52128426560301124c1d
Octal122222044612606042211435
Binary1010010100101000010010011010101100110000100010010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521284; }

 p { color: rgb(82,18,132); }

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

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

 a { background-color: rgb(82,18,132); }

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

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

 span { border-color: rgb(82,18,132); }

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