#530472

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

Shades of Indigo #530472

Tints of Indigo #530472

Color information

#530472 (or 0x530472) is unknown color: approx Indigo. HEX triplet: 53, 04 and 72. RGB value is (83,4,114). Sum of RGB (Red+Green+Blue) = 83+4+114=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #530472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530472 is #ACFB8D. Grayscale: #272727. Windows color (decimal): -11336590 or 7472211. OLE color: 7472211.

HSL color Cylindrical-coordinate representation of color #530472: hue angle of 283.09º degrees, saturation: 0.93, 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 #530472 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB834114-
CMYK0.270.9600.55
HSL283.09º93.22%23.14%-
HSV(B)283.09º96.49%44.71%-
XYZ6.653.1416.18-
YUV40.16169.67158.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=41.29%
G=1.99%
B=56.72%

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
Decimal8341140.270.9600.55283.0993.2223.14
Hex534721B6003711b5d17
Octal12341623314006743313527
Binary101001110011100101101111000000110111100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530472; }

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

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

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

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

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

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

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

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