#53067A

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

Shades of Indigo #53067A

Tints of Indigo #53067A

Color information

#53067A (or 0x53067A) is unknown color: approx Indigo. HEX triplet: 53, 06 and 7A. RGB value is (83,6,122). Sum of RGB (Red+Green+Blue) = 83+6+122=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #53067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53067A is #ACF985. Grayscale: #292929. Windows color (decimal): -11336070 or 7997011. OLE color: 7997011.

HSL color Cylindrical-coordinate representation of color #53067A: hue angle of 279.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53067A is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB836122-
CMYK0.320.9500.52
HSL279.83º90.62%25.1%-
HSV(B)279.83º95.08%47.84%-
XYZ7.153.3718.69-
YUV42.25173.01157.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=39.34%
G=2.84%
B=57.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8361220.320.9500.52279.8390.6225.1
Hex5367A205F0341185b19
Octal12361724013706443013331
Binary1010011110111101010000010111110110100100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53067A; }

 p { color: rgb(83,6,122); }

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

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

 a { background-color: rgb(83,6,122); }

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

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

 span { border-color: rgb(83,6,122); }

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