#530572

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

Shades of Indigo #530572

Tints of Indigo #530572

Color information

#530572 (or 0x530572) is unknown color: approx Indigo. HEX triplet: 53, 05 and 72. RGB value is (83,5,114). Sum of RGB (Red+Green+Blue) = 83+5+114=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #530572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530572 is #ACFA8D. Grayscale: #282828. Windows color (decimal): -11336334 or 7472467. OLE color: 7472467.

HSL color Cylindrical-coordinate representation of color #530572: hue angle of 282.94º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530572 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB835114-
CMYK0.270.9600.55
HSL282.94º91.6%23.33%-
HSV(B)282.94º95.61%44.71%-
XYZ6.663.1616.18-
YUV40.75169.34158.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=41.09%
G=2.48%
B=56.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8351140.270.9600.55282.9491.623.33
Hex535721B6003711b5c17
Octal12351623314006743313427
Binary101001110111100101101111000000110111100011011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530572; }

 p { color: rgb(83,5,114); }

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

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

 a { background-color: rgb(83,5,114); }

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

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

 span { border-color: rgb(83,5,114); }

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