#530776

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

Shades of Indigo #530776

Tints of Indigo #530776

Color information

#530776 (or 0x530776) is unknown color: approx Indigo. HEX triplet: 53, 07 and 76. RGB value is (83,7,118). Sum of RGB (Red+Green+Blue) = 83+7+118=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #530776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530776 is #ACF889. Grayscale: #2A2A2A. Windows color (decimal): -11335818 or 7735123. OLE color: 7735123.

HSL color Cylindrical-coordinate representation of color #530776: hue angle of 281.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530776 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB837118-
CMYK0.300.9400.54
HSL281.08º88.8%24.51%-
HSV(B)281.08º94.07%46.27%-
XYZ6.913.317.41-
YUV42.38170.68156.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=39.90%
G=3.37%
B=56.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8371180.300.9400.54281.0888.824.51
Hex537761E5E0361195919
Octal12371663613606643113131
Binary101001111111101101111010111100110110100011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530776; }

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

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

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

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

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

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

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

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