#530C73

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

Shades of Indigo #530C73

Tints of Indigo #530C73

Color information

#530C73 (or 0x530C73) is unknown color: approx Indigo. HEX triplet: 53, 0C and 73. RGB value is (83,12,115). Sum of RGB (Red+Green+Blue) = 83+12+115=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #530C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C73 is #ACF38C. Grayscale: #2C2C2C. Windows color (decimal): -11334541 or 7539795. OLE color: 7539795.

HSL color Cylindrical-coordinate representation of color #530C73: hue angle of 281.36º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530C73 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8312115-
CMYK0.280.9000.55
HSL281.36º81.1%24.9%-
HSV(B)281.36º89.57%45.1%-
XYZ6.793.3416.51-
YUV44.97167.52155.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 12 (5.08% from 255) = 5.71%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=39.52%
G=5.71%
B=54.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83121150.280.9000.55281.3681.124.9
Hex53C731C5A0371195119
Octal123141633413206743112131
Binary1010011110011100111110010110100110111100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C73; }

 p { color: rgb(83,12,115); }

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

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

 a { background-color: rgb(83,12,115); }

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

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

 span { border-color: rgb(83,12,115); }

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