#530775

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

Shades of Indigo #530775

Tints of Indigo #530775

Color information

#530775 (or 0x530775) is unknown color: approx Indigo. HEX triplet: 53, 07 and 75. RGB value is (83,7,117). Sum of RGB (Red+Green+Blue) = 83+7+117=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #530775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530775 is #ACF88A. Grayscale: #292929. Windows color (decimal): -11335819 or 7669587. OLE color: 7669587.

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

Color convert

RGB837117-
CMYK0.290.9400.54
HSL281.45º88.71%24.31%-
HSV(B)281.45º94.02%45.88%-
XYZ6.853.2817.1-
YUV42.26170.18157.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=40.10%
G=3.38%
B=56.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8371170.290.9400.54281.4588.7124.31
Hex537751D5E0361195918
Octal12371653513606643113130
Binary101001111111101011110110111100110110100011001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530775; }

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

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

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

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

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

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

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

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