#530770

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

Shades of Indigo #530770

Tints of Indigo #530770

Color information

#530770 (or 0x530770) is unknown color: approx Indigo. HEX triplet: 53, 07 and 70. RGB value is (83,7,112). Sum of RGB (Red+Green+Blue) = 83+7+112=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #530770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530770 is #ACF88F. Grayscale: #292929. Windows color (decimal): -11335824 or 7341907. OLE color: 7341907.

HSL color Cylindrical-coordinate representation of color #530770: hue angle of 283.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530770 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB837112-
CMYK0.260.9400.56
HSL283.43º88.24%23.33%-
HSV(B)283.43º93.75%43.92%-
XYZ6.573.1615.59-
YUV41.69167.68157.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=41.09%
G=3.47%
B=55.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8371120.260.9400.56283.4388.2423.33
Hex537701A5E03811b5817
Octal12371603213607043313027
Binary101001111111100001101010111100111000100011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530770; }

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

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

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

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

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

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

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

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