#530E6D

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

Shades of Indigo #530E6D

Tints of Indigo #530E6D

Color information

#530E6D (or 0x530E6D) is unknown color: approx Indigo. HEX triplet: 53, 0E and 6D. RGB value is (83,14,109). Sum of RGB (Red+Green+Blue) = 83+14+109=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #530E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E6D is #ACF192. Grayscale: #2D2D2D. Windows color (decimal): -11334035 or 7147091. OLE color: 7147091.

HSL color Cylindrical-coordinate representation of color #530E6D: hue angle of 283.58º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530E6D is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8314109-
CMYK0.240.8700.57
HSL283.58º77.24%24.12%-
HSV(B)283.58º87.16%42.75%-
XYZ6.483.2614.75-
YUV45.46163.86154.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=40.29%
G=6.80%
B=52.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83141090.240.8700.57283.5877.2424.12
Hex53E6D185703911c4d18
Octal123161553012707143411530
Binary1010011111011011011100010101110111001100011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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