#521068

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

Shades of Indigo #521068

Tints of Indigo #521068

Color information

#521068 (or 0x521068) is unknown color: approx Indigo. HEX triplet: 52, 10 and 68. RGB value is (82,16,104). Sum of RGB (Red+Green+Blue) = 82+16+104=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #521068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521068 is #ADEF97. Grayscale: #2D2D2D. Windows color (decimal): -11399064 or 6819922. OLE color: 6819922.

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

Color convert

RGB8216104-
CMYK0.210.8500.59
HSL285º73.33%23.53%-
HSV(B)285º84.62%40.78%-
XYZ6.163.1613.38-
YUV45.77160.87153.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=40.59%
G=7.92%
B=51.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82161040.210.8500.5928573.3323.53
Hex521068155503B11d4918
Octal122201502512507343511130
Binary10100101000011010001010110101010111011100011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521068; }

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

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

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

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

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

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

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

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