#530E73

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

Shades of Indigo #530E73

Tints of Indigo #530E73

Color information

#530E73 (or 0x530E73) is unknown color: approx Indigo. HEX triplet: 53, 0E and 73. RGB value is (83,14,115). Sum of RGB (Red+Green+Blue) = 83+14+115=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #530E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E73 is #ACF18C. Grayscale: #2D2D2D. Windows color (decimal): -11334029 or 7540307. OLE color: 7540307.

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

Color convert

RGB8314115-
CMYK0.280.8800.55
HSL280.99º78.29%25.29%-
HSV(B)280.99º87.83%45.1%-
XYZ6.823.3916.51-
YUV46.14166.86154.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=39.15%
G=6.60%
B=54.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83141150.280.8800.55280.9978.2925.29
Hex53E731C580371194e19
Octal123161633413006743111631
Binary1010011111011100111110010110000110111100011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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