#530E77

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

Shades of Indigo #530E77

Tints of Indigo #530E77

Color information

#530E77 (or 0x530E77) is unknown color: approx Indigo. HEX triplet: 53, 0E and 77. RGB value is (83,14,119). Sum of RGB (Red+Green+Blue) = 83+14+119=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #530E77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E77 is #ACF188. Grayscale: #2E2E2E. Windows color (decimal): -11334025 or 7802451. OLE color: 7802451.

HSL color Cylindrical-coordinate representation of color #530E77: hue angle of 279.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530E77 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8314119-
CMYK0.300.8800.53
HSL279.43º78.95%26.08%-
HSV(B)279.43º88.24%46.67%-
XYZ7.053.4817.75-
YUV46.6168.86153.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=38.43%
G=6.48%
B=55.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83141190.300.8800.53279.4378.9526.08
Hex53E771E580351174f1a
Octal123161673613006542711732
Binary1010011111011101111111010110000110101100010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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