#530072

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

Shades of Indigo #530072

Tints of Indigo #530072

Color information

#530072 (or 0x530072) is unknown color: approx Indigo. HEX triplet: 53, 00 and 72. RGB value is (83,0,114). Sum of RGB (Red+Green+Blue) = 83+0+114=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #530072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530072 is #ACFF8D. Grayscale: #252525. Windows color (decimal): -11337614 or 7471187. OLE color: 7471187.

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

Color convert

RGB830114-
CMYK0.27100.55
HSL283.68º100%22.35%-
HSV(B)283.68º100%44.71%-
XYZ6.63.0516.16-
YUV37.81171160.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=42.13%
G=0%
B=57.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8301140.27100.55283.6810022.35
Hex530721B6403711c6416
Octal12301623314406743414426
Binary1010011011100101101111001000110111100011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530072; }

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

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

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

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

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

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

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

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